Thanks Nicolas, I thought I might have been missing something obvious. It just seemed that a lot of projects were parsing XMLSchema's (axis, java xml binding, etc.) but there seemed to be a lack of a common schema parser.
Neil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 February 2003 10:51 To: [EMAIL PROTECTED] Subject: R�f. : XML Schema parser? I'm not sure but I think that the DOM level 3 will provide APIs to access schemas data. But DOM level 3 has not been yet completely implemented in Xerces. I have the same needs as you and for the moment, I use a simple DOM parser to parse XSD data and access XSD elements. The problem is that XSD schemas are very complex and the Xerces DOM API does not implement the powerfull X-Path request language to retrieve information in the XML trees... Does anybody know if there will be a complete implementation of X-Path in the future ? And what about a powerfull XML schema API ? Neil Blue <[EMAIL PROTECTED] Pour : "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> harma.com> cc : Objet : XML Schema parser? 02/18/2003 11:35 AM Veuillez r�pondre � xerces-j-user Hello, I am looking for a parser that will read in an XML Schema and provide access to the elements and types via an interface. I have found that xerces will handle schema validation but I have been unable to find out if it also provides access to the schema's after it has parsed them. Please could anyone tell me if this is possible, or if there is another method for parsing XML Schemas. Thank you Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
