xml sax parser

Hi all,I am newbie to xml. I am using SAX parser for parsing xml documents. I have to write a code which parses all types of xsd files(including which can contain inline , referenced or both). Can anyone help / guide me how to code a generic xsd parser?Thanks in advance,
[292 byte] By [Dolphya] at [2007-11-27 4:36:17]
# 1

An XSD file is an XML file, so you can parse it using sax.

See :

http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/sax/2a_echo.html

http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/sax/work/Echo02.java

See also:

http://www.oracle.com/technology/tech/xml/xdk/doc/production/java/doc/java/javadoc/oracle/xml/parser/schema/XMLSchema.html#getXMLSchemaNodeTable

java_2006a at 2007-7-12 9:46:27 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...