Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   PHP (https://www.askmehelpdesk.com/forumdisplay.php?f=454)
-   -   RSS feed generation+using php (https://www.askmehelpdesk.com/showthread.php?t=498603)

  • Aug 16, 2010, 12:59 AM
    iGutt
    RSS feed generation+using php
    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>
  • Jan 7, 2011, 04:32 PM
    yesbeckjs
    There are xml parsing libraries available all over, try to find one that fits your needs. I believe I used one called "XML Parser".

  • All times are GMT -7. The time now is 12:40 AM.