errors in XML code
Posted: Wed Jun 30, 2004 9:10 am
The XML generated seems to contain errors
<?xml version="1.0" encoding="utf-8" ?>
- <rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
- <channel>
<title>time-smart community blog</title>
<link>http://www.time-smart.org/serendipity/</link>
When Validating I get an error on uft-8, it should be UFT-8 the no error
+
- <channel> and others should be without -
Where can I change that
Thanks
Paul
<?xml version="1.0" encoding="utf-8" ?>
- <rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
- <channel>
<title>time-smart community blog</title>
<link>http://www.time-smart.org/serendipity/</link>
When Validating I get an error on uft-8, it should be UFT-8 the no error
+
- <channel> and others should be without -
Where can I change that
Thanks
Paul