[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xml-dev] Parsing XML Schema in Java
You might find some help with "XML Schema API":
http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/.
This is implemented in Xerces2 Java Parser.
Regards,
Mukul
http://gandhimukul.tripod.com
On 7/30/06, nice nice <nice2182@...> wrote:
> Hi all.
> I need to parse an XML Schema and get the following information out of it:
> list of elements starting from the root, and then the children.
> list of attributes for each element
>
> Is there a simple API for doing what I need?
>
> Thank you very much for help.
|