Hello!
My goal is to use JAXP for creating SAX parser with my own XMLParserConfig uration. For example, in package org.apache.xerc es.parsers there is a constructor:
public SAXParser(XMLPa rserConfigurati on config);
But I don't want to use Xerces classes, only JAXP.
Thank you.