AMSubject
Using function SUM(node-set) -
java.lang.ClassCastException
Please respond to
Hi
all,
I've written an XSL
that contains this part of algorithm:
...
...
when I run the XSLT
processor I receive this exception:
Caused by:
java.lang.ClassCastException at
org.apache.xpath.axes.FilterExprIteratorSimple.executeFilterExpr(FilterExprIteratorSimple.jav
rs.setAttribute ();
handler.startElement (., new_attrs, );
Thanks,
Dmitry
-Original Message-
From: Stefan Geelen [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 12:10
To: [EMAIL PROTECTED]
Subject: org.xml.sax.helpers.AttributesImpl throws
java.lang.ClassCastException (?)
Hi,
I fin
Hi,
I finally managed to detect the problem of the java.lang.ClassCastException:
I have a regular startElement method in my handler class:
public void startElement(String namespaceURI,
String sName, // simple name (localName)
String qName
:
transformer.transform(saxsource, new
javax.xml.transform.sax.SAXResult(handler));
This error only happens when I transform a xml file, with a xml/xsl file
there is no problem.
Any idea what causes this ?
Regards,
Stefan
java.lang.ClassCastException:
org.apache.xerces.parsers.AbstractSAXParser
gzilla/show_bug.cgi?id=11711
java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es
[EMAIL PROTECTED] changed:
What|Removed |Added
Stat
gzilla/show_bug.cgi?id=11711
java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es
--- Additional Comments From [EMAIL PROTECTED] 2002-08-14 22:23 ---
In the process of writing the bug found a work-arround here is how to solve it:
>java -Duser.la
gzilla/show_bug.cgi?id=11711
java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es
Summary: java.lang.ClassCastException:
org.apache.xalan.res.XSLTErrorResources_es
Product: XalanJ2
Version: 2.0.0
Platform: PC
OS/V
We need more details -- a more detailed exception report (if you're using
the Process class, try specifying the -EDUMP option; if you're running
this programmatically, call the exception's printStackTrace() method)
and/or a small sample document/stylesheet pair which demonstrates the
problem -
Hi,
I changed from version Xalan 2.2 to Xalan 2.4.D1.
When I proces a xml file I get following error:
java.lang.ClassCastException:
org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy
This happens when I execute following :
transformer.transform(saxsource, new
10 matches
Mail list logo