xml with right encoding

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1766 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent 3703f76866
commit f1b91b1266

@ -1,4 +1,4 @@
<?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}#

@ -1 +1,2 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<result code="#(result)#something went wrong::done#(/result)#" />

@ -1,4 +1,4 @@
<?xml version='1.0' standalone='yes'?>
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<tags>
#{tags}#<tag count="#[count]#" tag="#[name]#"/>
#{/tags}#

@ -1,2 +1,2 @@
<?xml version='1.0' standalone='yes'?>
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<result>#(result)#something went wrong::done#(/result)#</result>
Loading…
Cancel
Save