read XML nodes

G

Guest

I have a XML file and i need to get the data of particular nodes
ex:
<myXML>
<car1 save=true>bmw</car1>
<car2 save=false>chevy</car2>
</myXML>

I need to read the node/attributes and if car1 save=true then display the
data for that. I can create the XML on the fly with my tag names but how can
i read the tags and attributes of the tag?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top