Re: Extension function and transformer handle

2005-01-21 Thread Henry Zongaro
Hi, Marco. "Marco Laponder" <[EMAIL PROTECTED]> wrote on 2005-01-21 09:16:21 AM: > Is it possible to get from an extension function and handle to the > transformer ? I need to get a parameter which is set onto the > transformer. I did aclompish this from an extension element but not > with an e

Monthly XalanJ2 JIRA meeting

2005-01-21 Thread Brian Minchau
Hello Xalan developers: I will be hosting a monthly meeting, a teleconference, the first Tuesday of each month at 2 p.m. EST. I'm planning on two hours for the first meeting. Subsequent meetings should take less time. The first meeting, is on Tuesday February 1, 2005. The meeting will have a

[jira] Resolved: (XALANJ-2038) Java Null pointer exception thrown in XSLTransform

2005-01-21 Thread Henry Zongaro (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2038?page=history ] Henry Zongaro resolved XALANJ-2038: --- Resolution: Duplicate It looks like XALANJ-1189 was the duplicate bug report. > Java Null pointer exception thrown in XSLTransform > --

[jira] Resolved: (XALANJ-2047) xsl:output encoding not handling the Japanese Characters even with UTF-8

2005-01-21 Thread Henry Zongaro (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2047?page=history ] Henry Zongaro resolved XALANJ-2047: --- Resolution: Duplicate I was able to reproduce the exception using Xalan-J 2.6.0 with the Java code fragment. The bug was previously fixed in C

[jira] Resolved: (XALANC-450) DoubleSupport::toDouble fails to deliver expected result.

2005-01-21 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-450?page=history ] David Bertoni resolved XALANC-450: -- Resolution: Invalid The lexical representation of numbers in XPath 1.0 does not allow exponential notation, so we cannot change DoubleSupport::toD

[jira] Commented: (XALANC-450) DoubleSupport::toDouble fails to deliver expected result.

2005-01-21 Thread Joe Kesselman (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-450?page=comments#action_57907 ] Joe Kesselman commented on XALANC-450: -- The error is correct behavior. Scientific (1.2E3) notation is unfortunately not supported by the XPath/XSLT language specs. >

[jira] Created: (XALANC-450) DoubleSupport::toDouble fails to deliver expected result.

2005-01-21 Thread Martin Hepperle (JIRA)
DoubleSupport::toDouble fails to deliver expected result. - Key: XALANC-450 URL: http://issues.apache.org/jira/browse/XALANC-450 Project: XalanC Type: Improvement Components: XalanC Versions: 1.8

RE: Extension function and transformer handle

2005-01-21 Thread Marco Laponder
Xalan-Java, sorry for the missing information ;-) Kind regards, Marco Laponder [EMAIL PROTECTED] > -Oorspronkelijk bericht- > Van: Henry Zongaro [mailto:[EMAIL PROTECTED] > Verzonden: vrijdag 21 januari 2005 16:06 > Aan: xalan-dev@xml.apache.org > Onderwerp: Re: Extension function and tra

Re: Extension function and transformer handle

2005-01-21 Thread Henry Zongaro
Hi, Marco. "Marco Laponder" <[EMAIL PROTECTED]> wrote on 2005-01-21 09:16:21 AM: > Is it possible to get from an extension function and handle to the > transformer ? I need to get a parameter which is set onto the > transformer. I did aclompish this from an extension element but not > with an e

Extension function and transformer handle

2005-01-21 Thread Marco Laponder
Hi All, Is it possible to get from an extension function and handle to the transformer ? I need to get a parameter which is set onto the transformer. I did aclompish this from an extension element but not with an extension function. Kind regards, Marco Laponder [EMAIL PROTECTED] -

AW: How to use setStylesheetParam method with XalanElement pointer

2005-01-21 Thread Tobias Schütte
Hi jarek, create a bug report (improvement request), then I will take a look at it and post some patches that hopefully find its way to the source tree *wink* tobias > On 20 Jan 2005 at 23:36, [EMAIL PROTECTED] wrote: > [...]The current code only > allows top-level params to be XPath expressio

Re: How to use setStylesheetParam method with XalanElement pointer

2005-01-21 Thread Jarek Lubczyński
On 20 Jan 2005 at 23:36, [EMAIL PROTECTED] wrote: > [...]The current code only > allows top-level params to be XPath expressions that are evaluated in > the context of the source document. This is clearly an omission, > which we can correct in the next release. So I will be looking at Xalan 'wha

[jira] Commented: (XALANJ-2046) StringBufferPool + FastStringBuffer are not thread safe

2005-01-21 Thread Carlo Marchiori (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2046?page=comments#action_57878 ] Carlo Marchiori commented on XALANJ-2046: - I reported the problem to Eclipse, poiting them to this site, so I hope everything will stay here even when the bug is de

[jira] Commented: (XALANJ-2046) StringBufferPool + FastStringBuffer are not thread safe

2005-01-21 Thread Carlo Marchiori (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2046?page=comments#action_57877 ] Carlo Marchiori commented on XALANJ-2046: - Yes, but in a sense it's also a ibm jvm bug. I think the jvm verifier should reject code that can corrupt jvm heap. > St