I can't validate this xml file.

wxdqz

New Member
I tried to validate a simple xml file but I couldn't.
could somebody tell me what's wrong with this xml page?

<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<item>
<title>my Title</title>
<link>aLink.xml</link>
</item>
</channel>
</rss>
You say it is saved as aFile.xml

.
 
Back
Top