Re: [xml-dev] Parsing XML Schema in Java

From
Mukul Gandhi <>
To
nice nice <>
Date
2006-07-30T12:02:20Z
ID
<>
Thread
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 <> 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.