Hi,
 
I'm trying to configure my SAXReader with a special parser ContentHandler in the following way:
        mySAXReader.getXMLReader().setContentHandler(new CSH());
 
(CSH() implements ContentHandler; the parser I'm using is apache.crimson.parser.XMLReaderImpl)
 
Although my CSH content handler is set, it seems to be lost when reading input, i.e. it doesn't do anything, none of the implemented methods is called.
 
Did anybody experience something similar? Is there a recommended workaround?
 
Thanks a lot for help and suggestions,
Franz

Reply via email to