Hi, I'd like to read XML schema files into some high level representation like "DOM 3 Abstract Schema" (http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020114/).
The website states that Xerces 2 includes a partial implementation of "DOM 3 Abstract Schema". And Xerces' ASBuilder examples demonstrates exactly what I'm looking for: how to obtain an ASModel object that represents a given XML schema file. However, Xerces' DOM 3 AS implementation is partial and from looking at the sources it seems that basic things like implementations for ASElementDecl or ASContentModel are missing. What does the future hold -- is there any roadmap concerning DOM 3 AS support? Will it be possible -- at some point -- to use Xerces 2 to obtain a full DOM 3 AS representation of a given XML schema file? Thanks in advance!! Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
