removed encoding attribute

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1776 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
allo 2006-02-27 16:41:45 +00:00
parent d6cc0ec3d8
commit fb5d8fdc59
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<?xml version='1.0' standalone='yes'?>
<posts>
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#"/>
#{/posts}#

View File

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

View File

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

View File

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