H
heiko
Hi,
I have written a program for parsing XML data with Xerces and C++.
There are still two things, for which I need help:
I want to validate a XML file with a schema, given by my xsd-file.
I receive the XML data via network. Now, I write the data I receive
into a file and then parse it with parseURI(), but I want to parse the
XML data directly. So I need a function, which parses a string or a
stringstream.
Is that possible with Xerces and C++? Does someone have example code?
Thank you,
Heiko
I have written a program for parsing XML data with Xerces and C++.
There are still two things, for which I need help:
I want to validate a XML file with a schema, given by my xsd-file.
I receive the XML data via network. Now, I write the data I receive
into a file and then parse it with parseURI(), but I want to parse the
XML data directly. So I need a function, which parses a string or a
stringstream.
Is that possible with Xerces and C++? Does someone have example code?
Thank you,
Heiko