Help creating a html to view feed

admin

Administrator
Staff member
I have set up a .xml file with the code in below, but i don't know how to creat a html file so that the info in the feed will be displayed? any help or someone who can write an example for me???

<?xml version="1.0" ?>
<rss version="2.0">

<channel>

<item>
<title>title</title>
<description>description</description>
<link>link</link>
</item>

</channel>

</rss>

thanks
 
Back
Top