git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1766 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
3703f76866
commit
f1b91b1266
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
|
||||
<posts>
|
||||
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#"/>
|
||||
#{/posts}#
|
||||
</posts>
|
||||
</posts>
|
||||
|
@ -1 +1,2 @@
|
||||
<result code="#(result)#something went wrong::done#(/result)#" />
|
||||
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
|
||||
<result code="#(result)#something went wrong::done#(/result)#" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
|
||||
<tags>
|
||||
#{tags}#<tag count="#[count]#" tag="#[name]#"/>
|
||||
#{/tags}#
|
||||
</tags>
|
||||
</tags>
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<result>#(result)#something went wrong::done#(/result)#</result>
|
||||
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
|
||||
<result>#(result)#something went wrong::done#(/result)#</result>
|
||||
|
Loading…
Reference in new issue