iGutt
Aug 16, 2010, 12:59 AM
Hi,
Can somebody please helpe me with this xml parser ? I tried and tried but I´m so bad about xml. I will generate the rss feed which has some lines. ( Not so much. Here is the .xml code that I want it to ne generated.
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>this is my site</title>
<description> detils </description>
<link>my url</link>
<item>
<title>my title</title>
<description>my description</description>
<link>utl of that page</link>
</item>
</channel>
</rss>
Can somebody please helpe me with this xml parser ? I tried and tried but I´m so bad about xml. I will generate the rss feed which has some lines. ( Not so much. Here is the .xml code that I want it to ne generated.
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>this is my site</title>
<description> detils </description>
<link>my url</link>
<item>
<title>my title</title>
<description>my description</description>
<link>utl of that page</link>
</item>
</channel>
</rss>