Would anyone have a clue why the XML parsing routines would work fine when
running them under the tomcat standalone installation but when hitting the
same code from apache (mod_jk) it does not?  I get the following as an
error.
 
 
org.xml.sax.SAXParseException: White spaces are required between publicId
and systemId.
        at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:118
9)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFa
ctoryImpl.java:934)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(Transformer
FactoryImpl.java:750)
        at com.nortel.nmm.util.CoiXML._transform(CoiXML.java:124)
        at com.nortel.nmm.util.CoiXML.transform(CoiXML.java:115)

Reply via email to