Ask Experts Questions for FREE Help !
Ask
    iGutt's Avatar
    iGutt Posts: 1, Reputation: 1
    New Member
     
    #1

    Aug 16, 2010, 12:59 AM
    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>
    yesbeckjs's Avatar
    yesbeckjs Posts: 20, Reputation: 3
    New Member
     
    #2

    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".

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

How do I display news from rss feed from another site using PHP. [ 3 Answers ]

I am doing a project in wich I'm developing an auction site. To atract visitors I want to add news on the site. I am trying to include an rss feed from allafrica.com using something lyk this: Include "http://allafrica.com/.../headlines.xml"; It only displays unformated xml code. How do I...

RSS feed [ 1 Answers ]

What's RSS feed? And how do I set it up on my site?

What is RSS Feed? [ 1 Answers ]

What is RSS Feeds? Why we use it? Anybody can explain me :) I have little idea about it but I don't understand main purpose of it... Thanks in advance :o


View more questions Search