You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by ajay bhadauria <ab...@yahoo.com> on 2009/08/07 04:00:59 UTC

How to get SAX events while parsing schema

Hi,

I am using javax.xml.validation.SchemaFactory to create SchemaFactory using newInstance ( SchemaLanguage) method. After that I get Schema Object using newSchema(source) method. 

How do I register SchemaFactory so that I get all the SAX events ?

Thanks
Ajay 
 


      

Re: How to get SAX events while parsing schema

Posted by Michael Ludwig <ml...@as-guides.com>.
ajay bhadauria schrieb:

> I am using javax.xml.validation.SchemaFactory to create SchemaFactory
> using newInstance ( SchemaLanguage) method. After that I get Schema
> Object using newSchema(source) method.
>
> How do I register SchemaFactory so that I get all the SAX events ?

Hi Ajay,

your question is off-topic for the Xalan list; you might want to take it
to a more appropriate place, such as the Xerces-J list.

http://xerces.apache.org/mail.html#xerces-j-user

-- 
Michael Ludwig