Re: XML Schema parser (structure aware)

Your needs might be handled by org.eclipse.xsd, known as the Schema Infoset
Model, a Java library that you can get access to at
http://www.eclipse.org/xsd .

Good Luck,
Bob

Scalable XML Infrastructure
IBM Thomas J Watson Research Center
Yorktown Heights, New York, USA



                                                                           
             "Vanhorick                                                    
             Bernard"                                                      
             <neerb@skynet.be>                                          To 
             Sent by:                  <xmlschema-dev@w3.org>              
             xmlschema-dev-req                                          cc 
             uest@w3.org                                                   
                                                                   Subject 
                                       XML Schema parser (structure aware) 
             02/16/2005 06:13                                              
             AM                                                            
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

I'm a student in computer engineering.
For my studies, I need a XML Schema parser.
I must be able to show a XML Schema in a JTree.
I've begun with DOM, but I've some problems with the "import" and
"redefine", the handling of "reference" and "type definition" are already
made.
But since XML Schema is quite important, I think it must exists a parser
that is XML Schema structure aware that will be a lot easier for me.
I've found JaxMeXS, but I can't access to all nodes, only the global
elements are reachable (as far as I know).
I'm not an expert in all those stuff, but if someone can tell me a good
parser I can use to show the XML Schema structure in a JTree, it will help
me a lot.
Or if it doesn't exists, I'll be "glad" to know it, so I can work on DOM to
do that without thinking I'm doing something already done.

I'm also sorry for my bad english, my mothertongue is french.

Thanks in advance for your help.

Neerb.

Received on Wednesday, 16 February 2005 12:28:15 UTC