Re: SAX events while compiling schema

2009-08-09 Thread Michael Glavassevich
dauria wrote: > > > From: ajay bhadauria > > Subject: SAX events while compiling schema > > To: j-users@xerces.apache.org > > Date: Friday, August 7, 2009, 3:33 PM > > Hi, > > > > I am using javax.xml.validation.SchemaFactory to create > > Schem

Re: SAX events while compiling schema

2009-08-07 Thread ajay bhadauria
? Thanks Ajay --- On Fri, 8/7/09, ajay bhadauria wrote: > From: ajay bhadauria > Subject: SAX events while compiling schema > To: j-users@xerces.apache.org > Date: Friday, August 7, 2009, 3:33 PM > Hi, > > I am using javax.xml.validation.SchemaFactory to create

SAX events while compiling schema

2009-08-07 Thread ajay bhadauria
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 ---