Let me put the question another way.
I'm merging a xml and xsl file. The URL for the xsl file is being passed to
the parsed method of the xml DOM. When the parse sees the xsl document type
declaration "<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">" it tells
me that white space is required between the public and system ID. This is
weird. It works fine under tomcat stand alone but not under apache/tomcat
going through the mod_jk connector.
HELP!!!!
Does anyone know of someone who is running javax.xml.transform and xerces
under apache/tomcat?
-----Original Message-----
From: Herbison, Daniel [NASH:T830:EXCH]
Sent: Thursday, July 17, 2003 11:11 AM
To: [EMAIL PROTECTED]
Subject: Tomcat XML/mod_jk and standalone installation
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)