PDA

View Full Version : RSS feed generation+using php


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>

yesbeckjs
Jan 7, 2011, 04:32 PM
There are xml parsing libraries available all over, try to find one that fits your needs. I believe I used one called "XML Parser".