DO NOT REPLY [Bug 13888] - can't buld samples

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: XPath Question

2002-10-29 Thread Cory Isaacson
Never mind, I solved it.   Cory -Original Message-From: Cory Isaacson [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 29, 2002 7:27 PMTo: xalan-dev@xml. apache. orgSubject: XPath Question If I have a document like this:     value1   value2   value3

XPath Question

2002-10-29 Thread Cory Isaacson
If I have a document like this:     value1   value2   value3   And I want to find the '' node which has the 2nd '' = value2 and the 3rd '' = value3, is there any way to do this? I have tried position, such as (from the context of ):     It seems that its checking one node at a time, s

DO NOT REPLY [Bug 14075] New: - java.io.NotSerializableException: org.apache.xalan.xsltc.trax.TransformerFactoryImpl

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/test/tests/extensions-gold/library libraryMath01.out libraryMath02.out librarySet01.out librarySet02.out

2002-10-29 Thread mkwan
mkwan 2002/10/29 13:18:06 Added: test/tests/extensions-gold/library libraryMath01.out libraryMath02.out librarySet01.out librarySet02.out Log: Gold files for the EXSLT math and set testcases. Revision ChangesPath 1.1 xml-xalan/

cvs commit: xml-xalan/test/tests/extensions/library libraryMath01.xml libraryMath01.xsl libraryMath02.xml libraryMath02.xsl librarySet01.xml librarySet01.xsl librarySet02.xml librarySet02.xsl

2002-10-29 Thread mkwan
mkwan 2002/10/29 13:16:27 Added: test/tests/extensions/library libraryMath01.xml libraryMath01.xsl libraryMath02.xml libraryMath02.xsl librarySet01.xml librarySet01.xsl librarySet02.xml librarySet02.xsl Log:

cvs commit: xml-xalan/test/tests/conf-gold/boolean boolean90.out

2002-10-29 Thread dmarston
dmarston2002/10/29 13:06:28 Added: test/tests/conf-gold/boolean boolean90.out Log: A good case to have for the future. Revision ChangesPath 1.1 xml-xalan/test/tests/conf-gold/boolean/boolean90.out Index: boolean90.out

cvs commit: xml-xalan/test/tests/conf/boolean boolean90.xsl boolean90.xml

2002-10-29 Thread dmarston
dmarston2002/10/29 13:05:56 Added: test/tests/conf/boolean boolean90.xsl boolean90.xml Log: A good case to have for the future. Revision ChangesPath 1.1 xml-xalan/test/tests/conf/boolean/boolean90.xsl Index: boolean90.xsl

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XDTMSequence.java

2002-10-29 Thread jkesselm
jkesselm2002/10/29 12:38:00 Modified:java/src/org/apache/xpath/objects Tag: xslt20 XDTMSequence.java Log: Support the derived types in XPath's xf: namespace Revision ChangesPath No revision No revision

Re: JDK 1.4.1 Compatibility - Xalan 2.4.X

2002-10-29 Thread Joseph Kesselman
Nothing I know of. It should be VERY difficult to run out of DTM IDs using the current release of Xalan -- not impossible, but highly unlikely. I can't think of anything that would provoke that on an intermittant basis. __ Joe Kesselman / IBM Research

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncBoolean.java

2002-10-29 Thread mmidy
mmidy 2002/10/29 11:36:54 Modified:java/src/org/apache/xpath/functions Tag: xslt20 FuncBoolean.java Log: Fix class cast exception Revision ChangesPath No revision No revision 1.5.6.2 +1 -1

RE: JDK 1.4.1 Compatibility - Xalan 2.4.X

2002-10-29 Thread Rick Bullotta
Thanks, Morris. Exactly right! I had installed a previous version of JDK 1.4.X and used the "endorsed" override mechanism, but when I installed JDK 1.4.1, I failed to do the same... Now the 10/27 nightly build is working flawlessly! Any Sun insiders shed some light on why Sun didn't go up to 2.

Re: JDK 1.4.1 Compatibility - Xalan 2.4.X

2002-10-29 Thread mkwan
Did you follow Sun's endorsed mechanism (http://java.sun.com/j2se/1.4/docs/guide/standards/) to overwrite JDK 1.4's builtin Xalan with Xalan 2.4? This problem is known to exist in Xalan 2.2.D11 which is packaged in JDK 1.4. It was already fixed in Xalan 2.4. Morris Kwan XSLT Development IBM Toront

DO NOT REPLY [Bug 13815] - normalize-space does not properly handle empty text data

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

JDK 1.4.1 Compatibility - Xalan 2.4.X

2002-10-29 Thread Rick Bullotta
Ooops! I got the 10/27 developer build today and did find a compatibility bug, I think. Unfortunately, it falls into one of those "intermittent" issues. About 25% of the time, the identical transformation (same source XML, same stylesheet) throws a "javax.xml.transform.TransformerException: org.

Re: 2.4.1 Release Date

2002-10-29 Thread ilene
Hi! Most of the bugs I had originally listed (all but one, I think), plus a few others, have been addressed. So, I think it's safe to say we should be able to pull together the release by Friday. Ilene.

DO NOT REPLY [Bug 13888] - can't buld samples

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/dom DOMImpl.java

2002-10-29 Thread santiagopg
santiagopg2002/10/29 09:26:21 Modified:java/src/org/apache/xalan/xsltc/dom DOMImpl.java Log: Fixed problem in DOMImpl$ChildrenIterator.getLast(). It now returns 0 when the nodeset is empty. Revision ChangesPath 1.88 +16 -13xml-xalan/java/src/org/apache/xalan/xs

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler LocationPathPattern.java Mode.java Step.java StepPattern.java xpath.cup

2002-10-29 Thread santiagopg
santiagopg2002/10/29 09:23:51 Modified:java/src/org/apache/xalan/xsltc/compiler LocationPathPattern.java Mode.java Step.java StepPattern.java xpath.cup Log: Distinguish between child::node() and attribute::node() both in patterns and

2.4.1 Release Date

2002-10-29 Thread Rick Bullotta
Any updates on expected 2.4.1 release? Many thanks! Rick Bullotta CTO Lighthammer Software (www.lighthammer.com)

cvs commit: xml-xalan/java/src/org/apache/xalan/lib/sql DefaultConnectionPool.java

2002-10-29 Thread mkwan
mkwan 2002/10/29 08:17:35 Modified:java/src/org/apache/xalan/lib ExsltBase.java ExsltStrings.java java/src/org/apache/xalan/lib/sql DefaultConnectionPool.java Log: Fix JDK 1.1.8 compatibility problems. Replace methods calls that are only in

RE: cvs commit: xml-xalan/java build.xml

2002-10-29 Thread Gary L Peskin
Oops. Sorry, I forgot about that. I've checked it in now. Thanks, Morris. Gary > -Original Message- > From: [EMAIL PROTECTED] [mailto:mkwan@;ca.ibm.com] > Sent: Tuesday, October 29, 2002 6:56 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-xalan/java

cvs commit: xml-xalan/java/bin ant.jar

2002-10-29 Thread garyp
garyp 2002/10/29 07:49:29 Modified:java/bin ant.jar Log: Upgrade to Ant 1.5.1. Revision ChangesPath 1.6 +2686 -1595xml-xalan/java/bin/ant.jar <> - To unsubscribe, e-mail: [EMAIL

RE: Resuing a DTM

2002-10-29 Thread Foxy Shadis
From: "Cory Isaacson" <[EMAIL PROTECTED]> I don't see the '$params' declared anywhere. I assume that's just the URI for the parameters document? Would it be possible to put the params document root into a variable, and then reference its contents anywhere in the rest of the XSLT? Yes, I goofe

Re: cvs commit: xml-xalan/java build.xml

2002-10-29 Thread mkwan
Gary, Are you going to check in Ant 1.5? The build.xml does not work with the existing Ant. The error message is: build.xml:189: The data type doesn't support the nested "dirset" element. Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED]

RE: Resuing a DTM

2002-10-29 Thread Cory Isaacson
This is very helpful, and may solve my problem. I had no idea you could use the redirect capabilities to shift documents. I have a couple of questions based on this. I don't see the '$params' declared anywhere. I assume that's just the URI for the parameters document? Would it be possible to put

DO NOT REPLY [Bug 13610] - Multiple Threads using XalanTransformer::transform() cause coredump

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13610] - Multiple Threads using XalanTransformer::transform() cause coredump

2002-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Resuing a DTM

2002-10-29 Thread Foxy Shadis
I've found that if you chain several transformations together in the same stylesheet, via looping or hardcoding, you can vastly cut down on total running time and memory usage. To loop it, I place all of the parameters in an xml file like this: title.html Title pub.html Publisher And a