You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
647 B
25 lines
647 B
<?xml version="1.0"?>
|
|
<webstructure maxhosts="#[maxhosts]#">
|
|
#(out)#::
|
|
<references direction="out" count="#[domains]#" maxref="#[maxref]#">
|
|
#{domains}#
|
|
<domain host="#[domain]#" id="#[hash]#" date="#[date]#">
|
|
#{citations}#
|
|
<reference id="#[refhash]#" count="#[refcount]#">#[refdom]#</reference>
|
|
#{/citations}#
|
|
</domain>
|
|
#{/domains}#
|
|
</references>
|
|
#(/out)#
|
|
#(in)#::
|
|
<references direction="in" count="#[domains]#">
|
|
#{domains}#
|
|
<domain host="#[domain]#" id="#[hash]#" date="#[date]#">
|
|
#{citations}#
|
|
<reference id="#[refhash]#" count="#[refcount]#">#[refdom]#</reference>
|
|
#{/citations}#
|
|
</domain>
|
|
#{/domains}#
|
|
</references>
|
|
#(/in)#
|
|
</webstructure> |