Click to See Complete Forum and Search --> : Question on XML


ratheesh ravi
November 30th, 2004, 05:11 AM
Hi all,
Which are best books to begin learning XML?

1) In current projects i am using resource dlls , i want to change it with xml files . is it possible?

2) Suppose I have some data in an xml file , is it possible to read it from application developed in vc++?

Thanx in advance
Regards
RatheeshRavindran :)

blueday54555
November 30th, 2004, 05:21 AM
I would say the best book is the internet :)

xml files are plain text files there is no reason not to
read them out from vc++.

Here ara several xml read/write classes to make life easier
http://www.codeproject.com/soap/#XML

Andreas Masur
November 30th, 2004, 05:22 AM
Which are best books to begin learning XML?
"XML Programming Bible" from Wiley is okay in my eyes (ISBN: 0-7645-3829-2)

1) In current projects i am using resource dlls , i want to change it with xml files . is it possible?

Well...what part of the resource file? The strings? Everything?

2) Suppose I have some data in an xml file , is it possible to read it from application developed in vc++?

Yes...using a XML parser...