What is it about Tomcat 4.1.18 that is different when it comes to XML
parsing??? And for that matter, why does any of this matter to Tomcat?

There appears to be somehting in the server/libs/catalina.jar file that is
causing this problem.

My XML config file parses just fine until I add this jar file..then I get
that dumb error:

Error parsing pageMap.xml:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException:
org.apache.xml.utils.URI$MalformedURIException: No scheme found in URI



-----Original Message-----
From: neal [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 6:08 PM
To: Tomcat Users List
Subject: org.apache.xml.utils.URI$MalformedURIException: No scheme found
in URI


I am in the process of upgrading from Tomcat 4.0.4 to 4.1.18 and whereas my
app worked just fine on 4.0.4 it now gives me this error when attempting to
parse the first XML document:

Error parsing pageMap.xml:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException:
org.apache.xml.utils.URI$MalformedURIException: No scheme found in URI

Why is an apache tool being used instead of the NDK for parsing my XML doc
and why does it think there must be a scheme in the URI?  What does this
mean anyway? Is it looking for an XML schema or something?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to