View Single Post
Old Dec 27th, 2006, 10:47 PM   #1
honeybee
Unverified User
 
Join Date: Dec 2006
Posts: 6
Rep Power: 0 honeybee is on a distinguished road
Question parsing xml file using tinyxml!!

Hi all,
I am new to XML and I have a work with TinyXML. I have understood classes and functions of tinyxml. I want to parse my XML file which is like this:
Quote:
<?xml version="1.0" encoding="utf-8"?>
<users source="URL" challenge="EncodedString" session="String">
<user name="ABC" password="abc" ></user>
<user name="XYZ" password="xyz" ></user>
<source level=""> URL </source>
</users>
I want to parse this xml file using tinyxml so that related data can be transferred to database.

Kindly help
regards
honeybee is offline   Reply With Quote