how to read multiple xml feeds

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rama Jayapal
    New Member
    • Mar 2007
    • 24

    how to read multiple xml feeds

    hi

    i am developing a web application where i have to read multiple XML feeds amd store their values to database



    but i require the same type of fields from multiple XML feeds like

    for example

    i would require fields

    1.username

    2.location

    3.subject. etc...



    all the feeds have these values but in different format like



    the fields may be in first child node and second child node etc



    can anybody give me an idea like how to read all these xml feeds simultaneously



    is there any way to perform this operation



    do i need to use any xml parser or something



    plz help me on this regard



    Rama
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by Rama Jayapal
    hi

    i am developing a web application where i have to read multiple XML feeds amd store their values to database



    but i require the same type of fields from multiple XML feeds like

    for example

    i would require fields

    1.username

    2.location

    3.subject. etc...



    all the feeds have these values but in different format like



    the fields may be in first child node and second child node etc



    can anybody give me an idea like how to read all these xml feeds simultaneously



    is there any way to perform this operation



    do i need to use any xml parser or something



    plz help me on this regard



    Rama
    Hello there, Rama!

    I recently added and idea here:

    http://www.thescripts. com/forum/thread661891.ht ml


    Give it a go and see what you have...

    Comment

    Working...