Hi, I am trying to parse an XML Schema file using Xerces-p. The intention is to read an XML schema file and build a model for creating an application. There is no XML data file involved.
I looked at some examples provided in Xerces-c and it seems like XSModel class is the way to go. There is one example called SCMprint in Xerces-c which uses this class. However I am not able to used this class Xerces-p. Is XSModel class supported in Xerces-p? Is there any other way to parse XSD using Xerces-p? Any help is highly appreciated. Thanks Kamal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
