Shruthi_R 0 Newbie Poster

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

Shruthi