Hi all, I'm developing an application that needs to make use of the XML Schema, that is, i need to examine the actual XML Schema document to discover its type relationships, rather than using it only for validation.
Since the Xerces parser is able to validate on an XML Schema, I was wondering to what extent the structure built for the validation is exposed for a user. Any help, suggestion, and advice will be greatly appreciated as this would mean that I would not have to construct my own representation of the XML Schema with DOM or SAX from scratch. Thank you, Juan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
