Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm new to VC++ and now I need to write an xml parser using xsd.

I have no idea of anything about it.
Can you give me a sample code or any information about how to do it.
Any help will be greatly appretiated.
Posted
Updated 20-Feb-11 21:59pm
v2
Comments
Dalek Dave 21-Feb-11 3:59am    
Edited for Grammar and Readability.

If you have no idea about anything about it, I suggest you first start to learn about xml and xsd, it will help a lot to communicate with others about the subject. There are some good tutorials here[^]: you have to look in the XML section, there is an entry about xml and an entry about schema (xsd).

Once you understood a bit more the subject, tell us what you need to do precisely. If you only need an XML parser, there are some lightweight libraries that do that. But I guess you also have to validate using the xsd ? Do you need to do generate C++ classes from your xsd file ?

The link you got from the previous poster is good, but this is a commercial product, I don't know if this is acceptable in your case ?
 
Share this answer
 
Comments
Dalek Dave 21-Feb-11 3:59am    
Sage Advice.
Please go through below link it has all info about XSD Parser.

http://wiki.codesynthesis.com/XSD
 
Share this answer
 
Comments
aravindkrgec 21-Feb-11 0:41am    
Thank you very much.
LaxmikantYadav 21-Feb-11 0:55am    
WC :)
Dalek Dave 21-Feb-11 3:59am    
Good Link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900