Subject: Error from Xerces in UTF8DataChunk
From: Richard Draucker <richard@xxxxxxxxxxxx>
Date: Wed, 15 Aug 2001 23:24:06 -0400
|
I recently upgraded my system and I'm trying to get my first xsl transform to
work... unsuccessfully, so far. The error occurs upon the call to Xerces's
processor: processor.process(xmlSource, xslSheet, xmlResult);
I don't know that I'm doing anything different here than I've ever done
before. Any suggestions would be helpful, I'm stumped.
Thanks,
-Richard
FYI:
RH7.1
Java 1.3.1
Tomcat 3.2.1
Xerces
Xalan
THE DO-NOTHING TEST DOCUMENT:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/rootNode">
<html>
<head><title>test.xsl</title>
</head>
<body>
Test, this is only a test.
</body>
</html>
</xsl:template>
</xsl:stylesheet>
THE ERROR:
Internal Servlet Error:
java.lang.VerifyError: (class: org/apache/xerces/utils/UTF8DataChunk, method:
equalsString signature: (II[CII)Z) Expecting to find integer on stack
at org.apache.xerces.readers.UTF8Reader.(UTF8Reader.java:107)
at
org.apache.xerces.readers.DefaultReaderFactory.createUTF8Reader(DefaultReaderFactory.java:211)
at
org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:165)
at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:491)
--
Richard Draucker richard@xxxxxxxxxxxxxxxxxx
Protected-Data.Com www.protected-data.com
Remote Data Support For Web Developers
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|