Reading XSD using XSmodel
"Hussain, Kamal \(Kamal\)" <[email protected]> Wed, 30 Jul 2008 17:46:10 -0500
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <B19FEBED90DF7642ADFBB38FAECA4EE401FDF453@ILEXC2U02.ndc.lucent.com> |
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