Re: Using function SUM(node-set) - java.lang.ClassCastException

2005-03-15 Thread Brian Minchau
AMSubject Using function SUM(node-set) - java.lang.ClassCastException Please respond to

Using function SUM(node-set) - java.lang.ClassCastException

2005-03-15 Thread Pier Paolo Bortone
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

RE: org.xml.sax.helpers.AttributesImpl throws java.lang.ClassCastException (?)

2002-09-06 Thread Voytenko, Dimitry
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

org.xml.sax.helpers.AttributesImpl throws java.lang.ClassCastException (?)

2002-09-06 Thread Stefan Geelen
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

Re: java.lang.ClassCastException:

2002-09-04 Thread Stefan Geelen
: 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

DO NOT REPLY [Bug 11711] - java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es

2002-08-14 Thread bugzilla
gzilla/show_bug.cgi?id=11711 java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es [EMAIL PROTECTED] changed: What|Removed |Added Stat

DO NOT REPLY [Bug 11711] - java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es

2002-08-14 Thread bugzilla
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

DO NOT REPLY [Bug 11711] New: - java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_es

2002-08-14 Thread bugzilla
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

Re: java.lang.ClassCastException:

2002-07-30 Thread Joseph Kesselman
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 -

java.lang.ClassCastException:

2002-07-30 Thread Stefan Geelen
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