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