[jdom-interest] Parsing an XML Schema

enis enis enis_ch2001 at yahoo.fr
Tue Aug 1 08:40:49 PDT 2006


I just need to parse the schema (dtd or xml schema corresponding) as a tree structure, it means starting from the root, and then the children (prefix parcours).

>>>>>>>
True, the XML Schema never declares a root element for its instances (valid xml files), but there is one for the schema itself (the <schema> tag).
Seeing your answer, I can't hold myself to ask you this : Are you trying to parse your XML Schema file (.xsd) ? or your XML files valid against your schema (.xml or anything else) ? 


2006/7/31, enis enis <enis_ch2001 at yahoo.fr>: 
The problem is that a schema does not define a "root" element , and that's the main point for me, because I need to work on the file (xml schema or dtd) as a tree structure, it means the parsing must start by the root element and then the chidren of the current element (from left to right -> prefix). So how can I do that ? 







_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20060801/940218f5/attachment.htm


More information about the jdom-interest mailing list