I have to exchange XML data between a Linux embedded system and a VS2005 application.
I thought about using exPat (any other suggestion ?) for both sides; my idea is to have a common xsd or dtd file to use as a template.
I would appreciate a C or C++ example of parsing an xml stream using an xsd file.
Thank you.
Start Free Trial