cvs commit: xml-xalan/c/Tests/Harness XMLFileReporter.hpp XMLFileReporter.cpp

2002-05-16 Thread dbertoni
dbertoni02/05/16 22:52:27 Modified:c/Tests/Harness XMLFileReporter.hpp XMLFileReporter.cpp Log: More static string cleanup. Revision ChangesPath 1.12 +12 -2 xml-xalan/c/Tests/Harness/XMLFileReporter.hpp Index: XMLFileReporter.hpp =

cvs commit: xml-xalan/test/tests/conf/variable variable71.xml variable71.xsl variable72.xml variable72.xsl

2002-05-16 Thread jkesselm
jkesselm02/05/16 17:00:48 Added: test/tests/conf/variable variable71.xml variable71.xsl variable72.xml variable72.xsl Log: XPath navigation within an RTF -- in particular, make sure we find the _correct_ RTF. This is an issue for Xalan since we may have

cvs commit: xml-xalan/test/tests/conf-gold/variable variable71.out variable72.out

2002-05-16 Thread jkesselm
jkesselm02/05/16 16:55:32 Added: test/tests/conf-gold/variable variable71.out variable72.out Log: Gold files for Variable71/72 (XPath navigation within an RTF) Revision ChangesPath 1.1 xml-xalan/test/tests/conf-gold/variable/variable71.out Index:

cvs commit: xml-xalan/c/src/XSLT XalanTemplate.cpp

2002-05-16 Thread dbertoni
dbertoni02/05/16 16:42:43 Modified:c/src/XSLT XalanTemplate.cpp Log: Removed obsolete files, etc. Revision ChangesPath 1.37 +0 -6 xml-xalan/c/src/XSLT/XalanTemplate.cpp Index: XalanTemplate.cpp

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMDefaultBase.java DTMDefaultBaseIterators.java

2002-05-16 Thread jkesselm
jkesselm02/05/16 16:38:41 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBase.java DTMDefaultBaseIterators.java Log: Fix for new tests Variable71 and Variable72. When we went to the shared RTF DTMs, we forgot to update PreceedingIterator to reflect

DO NOT REPLY [Bug 8803] - Cannot build current CVS

2002-05-16 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 8803] - Cannot build current CVS

2002-05-16 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 784] - Need better catching of invalid characters in element/attribute/PI names

2002-05-16 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_bug

DO NOT REPLY [Bug 9179] - xsltc not putting leading and trailing zeroes (math110)

2002-05-16 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 9179] - xsltc not putting leading and trailing zeroes (math110)

2002-05-16 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: Xalan Java 2 with JRE1.4.0 - Bug (?)

2002-05-16 Thread Gary L Peskin
Unfortunately, this won't work. See http://developer.java.sun.com/developer/bugParade/bugs/4662527.html for details and a workaround. Gary > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 1:44 PM > To: [EMAIL PROTECTED] > Subject:

DO NOT REPLY [Bug 9179] - xsltc not putting leading and trailing zeroes (math110)

2002-05-16 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: Xalan Java 2 with JRE1.4.0 - Bug (?)

2002-05-16 Thread Tom Amiro
JDK 1.4 has a mechanism you can use to override Standard endorsed API's which come with JDK1.4, so you can override the Xalan classes that come with JDK1.4 without having to modify your code. See the following documentation on Sun's site: http://java.sun.com/j2se/1.4/docs/guide/standards/index.

DO NOT REPLY [Bug 9179] - xsltc not putting leading and trailing zeroes (math110)

2002-05-16 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 9179] New: - xsltc not putting leading and trailing zeroes (math110)

2002-05-16 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 9178] New: - NoSuchMethodError for ChildWalkerMultiStep.getNextNode()

2002-05-16 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

Xalan Java 2 with JRE1.4.0 - Bug (?)

2002-05-16 Thread Fiete Meyer
Hey Xalan-Dev-Team, ... when using Xalan Java 2 with the JRE 1.4.0 I get the following error message: Exception in thread "main" java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_de at org.apache.xalan.xslt.Process.main(Process.java:209) Does anyone know how this problem can

XSLTC and Cocoon

2002-05-16 Thread Ivelin Ivanov
Is someone actively working on integrating XSLTC in Cocoon? Stefano felt strongly that XSLTC should be ultimately the default stylesheet processor in Cocoon. Can someone comment on how far are we from this goal? People keep discussing benchmarks for various XSLT interpreters, trying to make the

DO NOT REPLY [Bug 9176] - xsltc fails impincl25 and impincl26 on apply-imports

2002-05-16 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 9176] New: - xsltc fails impincl25 and impincl26 on apply-imports

2002-05-16 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/trax TransformerImpl.java

2002-05-16 Thread santiagopg
santiagopg02/05/16 13:03:54 Modified:java/src/org/apache/xalan/xsltc/trax TransformerImpl.java Log: Do not add the standalone attribute to the XML header unless requested. Revision ChangesPath 1.40 +1 -2 xml-xalan/java/src/org/apache/xalan/xsltc/trax/Transform

DO NOT REPLY [Bug 8894] - //text() not finding preceeding nodes

2002-05-16 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: [xsl] Does the XalanTransformer class always resolve theXSLTInputSource to a DOM before applying the transformation?

2002-05-16 Thread Joseph Kesselman
Gaah. Sorry. I keep doing that __ Joe Kesselman / IBM Research

DO NOT REPLY [Bug 9174] - xsltc should use built-ins when no imported template exists

2002-05-16 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 9174] New: - xsltc should use built-ins when no imported template exists

2002-05-16 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: [xsl] Does the XalanTransformer class always resolve theXSLTInputSource to a DOM before applying the transformation?

2002-05-16 Thread David N Bertoni/Cambridge/IBM
Joe, this is a question about Xalan-C++. Unless you have a class called XalanTransformer in the Java version that I don't know about. Dave

Re: [xsl] Does the XalanTransformer class always resolve theXSLTInputSource to a DOM before applying the transformation?

2002-05-16 Thread David N Bertoni/Cambridge/IBM
Xalan builds the entire source tree before processing. It does not build a fully-functional DOM, to save space. That said, you can always write your own source tree implementation that builds itself incrementally. Dave

DO NOT REPLY [Bug 9171] - xsltc apply-imports selects included template (impincl12)

2002-05-16 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: [xsl] Does the XalanTransformer class always resolve theXSLTInputSource to a DOM before applying the transformation?

2002-05-16 Thread Joseph Kesselman
Normally, Xalan will read the full document into storage (into a DTM rather than a DOM, if we're operating from a SAX stream) before processing it. If you set the incremental flag (see http://xml.apache.org/xalan-j/dtm.html#incremental), we will "hold off" the incoming SAX stream as much as poss

cvs commit: xml-xalan/c/Tests/Threads ThreadTest.cpp

2002-05-16 Thread dbertoni
dbertoni02/05/16 11:42:03 Modified:c/Tests/Threads ThreadTest.cpp Log: Changed ULONG_MAX to LONG_MAX. Revision ChangesPath 1.21 +1 -1 xml-xalan/c/Tests/Threads/ThreadTest.cpp Index: ThreadTest.cpp =

[xsl] Does the XalanTransformer class always resolve the XSLTInputSource toa DOM before applying the transformation?

2002-05-16 Thread AnneMarie_O'Brien
Apparently my questions belongs on this list... Anne Marie O'Brien NMS Communications - Forwarded by Anne Marie O'Brien/NMS Communications on 05/16/2002 02:33 PM -

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemTemplateElement.java

2002-05-16 Thread jkesselm
jkesselm02/05/16 11:29:21 Modified:java/src/org/apache/xalan/templates ElemTemplateElement.java Log: Dumb of me -- fixed one edge case and created another, because I forgot about subclassing Sigh. This version protects against both. (And whitens your laundry, and keeps your c

DO NOT REPLY [Bug 9167] - internally declared namespaces not resolved correctly by XPath processor

2002-05-16 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 9171] - xsltc apply-imports selects both included template (impincl12)

2002-05-16 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 9171] New: - xsltc apply-imports selects both included template (impincl12)

2002-05-16 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/xml/dtm/ref DTMDefaultBaseIterators.java

2002-05-16 Thread jkesselm
jkesselm02/05/16 10:06:06 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBaseIterators.java Log: Bugzilla 8324. This should have been checked into the main branch. Revision ChangesPath 1.13 +18 -14 xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBaseIter

DO NOT REPLY [Bug 9167] New: - internally declared namespaces not resolved correctly by XPath processor

2002-05-16 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/xpath/axes NodeSequence.java

2002-05-16 Thread mmidy
mmidy 02/05/16 09:19:50 Modified:java/src/org/apache/xpath/axes NodeSequence.java Log: Fix for NullPointerException in SQL extension stuff. Just check for a NULL iterator... Revision ChangesPath 1.3 +3 -1 xml-xalan/java/src/org/apache/xpath/axes/NodeSequenc

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsltc TimeXSLTCDom.java

2002-05-16 Thread pauldick
pauldick02/05/16 08:20:39 Added: test/java/src/org/apache/qetest/xsltc TimeXSLTCDom.java Log: no message Revision ChangesPath 1.1 xml-xalan/test/java/src/org/apache/qetest/xsltc/TimeXSLTCDom.java Index: TimeXSLTCDom.java ===

DO NOT REPLY [Bug 9134] - xsltc doesn't select last template when priority equal

2002-05-16 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/compiler xpath.cup

2002-05-16 Thread santiagopg
santiagopg02/05/16 07:35:19 Modified:java/src/org/apache/xalan/xsltc/compiler xpath.cup Log: Fix for axes127. Revision ChangesPath 1.38 +20 -22xml-xalan/java/src/org/apache/xalan/xsltc/compiler/xpath.cup Index: xpath.cup ==

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler Text.java

2002-05-16 Thread santiagopg
santiagopg02/05/16 07:34:43 Modified:java/src/org/apache/xalan/xsltc/compiler Text.java Log: Fix for attribset49. Revision ChangesPath 1.12 +7 -2 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Text.java Index: Text.java ==

DO NOT REPLY [Bug 9157] - conf test reluri11 fails run from test harness with flavor trax

2002-05-16 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 9157] New: - conf test reluri11 fails run from test harness with flavor trax

2002-05-16 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 9151] - Unknown error in XPath

2002-05-16 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

[GUMP] Build Failure - xml-xalan2-smoketest

2002-05-16 Thread Sam Ruby
ve for details. Last 50 lines of build output follows. smoketest-results-dist: [tar] Building tar: /home/rubys/jakarta/xml-xalan/test/java/build/xalan-smoketest-20020516.tar [tar] Entry: xml-xalan/test/smoketest/api/SAXTransformerFactoryAPITest/trax/sax/SAXTransformerFactoryAPITest

cvs commit: xml-xalan/test viewResults.bat

2002-05-16 Thread curcuru
curcuru 02/05/16 04:50:10 Modified:test viewResults.bat Log: Update to proper classpaths; may need more maintenance (or should be obsoleted in favor of scanner) Revision ChangesPath 1.4 +12 -12xml-xalan/test/viewResults.bat Index: viewResults.bat =

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime DefaultSAXOutputHandler.java

2002-05-16 Thread tmiller
tmiller 02/05/16 04:31:45 Modified:java/src/org/apache/xalan/xsltc/runtime DefaultSAXOutputHandler.java Log: fixed a regression in output66 test Revision ChangesPath 1.26 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/DefaultSA

RE: Environment problem

2002-05-16 Thread Torsten Erler
Hi, just for information, for anyone, who gets in the same trouble! I've found the problem with the obsoleter SAX-2 implementation. In my classpath are 2 different xml-api's (I know about that, but I cannot avoid that, because of foreign parts in our app are delivered with this api contained in

DO NOT REPLY [Bug 9151] New: - Unknown error in XPath

2002-05-16 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

Environment problem

2002-05-16 Thread Torsten Erler
Hi all I've a incomprehensibly problem with the SAX environment. If I start my project and run EnvironmentCheck all is ok: # BEGIN writeEnvironmentReport($Revision: 1.10 $): Useful stuff found: version.DOM.draftlevel=2.0fd java.class.path=>snip (too long) version.JAXP=1.1 java.ext.dirs