Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   XML (http://www.programmingforums.org/forum28.html)
-   -   parsing xml file using tinyxml!! (http://www.programmingforums.org/showthread.php?t=12273)

honeybee Dec 27th, 2006 10:47 PM

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 Dec 28th, 2006 11:26 PM

Same thread is already running in C++ forum. Sorry for the duplication!

Regards

crawforddavid2006 Dec 28th, 2006 11:39 PM

why is it in the C++ forum?


All times are GMT -5. The time now is 6:09 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC