|
-
November 30th, 2004, 06:11 AM
#1
Question on XML
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
-
November 30th, 2004, 06:21 AM
#2
Re: Question on XML
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
-
November 30th, 2004, 06:22 AM
#3
Re: Question on XML
 Originally Posted by ratheesh ravi
Which are best books to begin learning XML?
"XML Programming Bible" from Wiley is okay in my eyes (ISBN: 0-7645-3829-2)
 Originally Posted by ratheesh ravi
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?
 Originally Posted by ratheesh ravi
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|