cvs commit: xml-xalan/c/Projects/Win32/VC6/XalanExtensions XalanExtensions.dsp

2002-04-29 Thread dbertoni
dbertoni02/04/29 21:45:17 Modified:c/Projects/Win32/VC6/XalanExtensions XalanExtensions.dsp Log: Added new source files. Revision ChangesPath 1.5 +4 -0 xml-xalan/c/Projects/Win32/VC6/XalanExtensions/XalanExtensions.dsp Index: XalanExtensions.dsp ==

cvs commit: xml-xalan/c/Projects/Win32/VC6/AllInOne AllInOne.dsp

2002-04-29 Thread dbertoni
dbertoni02/04/29 21:44:57 Modified:c/Projects/Win32/VC6/AllInOne AllInOne.dsp Log: Added new source files. Revision ChangesPath 1.4 +59 -3 xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp Index: AllInOne.dsp ==

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

2002-04-29 Thread dbertoni
dbertoni02/04/29 21:43:23 Modified:c/src/XSLT XSLTEngineImpl.cpp XSLTEngineImpl.hpp Log: Make sure the default namespace is fixed-up when copying RTFs. Revision ChangesPath 1.140 +38 -8 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp

cvs commit: xml-xalan/c/src/XalanEXSLT XalanEXSLTMath.cpp XalanEXSLTMathImpl.hpp XalanEXSLTString.cpp

2002-04-29 Thread dbertoni
dbertoni02/04/29 21:41:33 Modified:c/src/XalanEXSLT XalanEXSLTMath.cpp XalanEXSLTMathImpl.hpp XalanEXSLTString.cpp Log: Clean up and new implementation of math:constant(). Revision ChangesPath 1.2 +323 -53 xml-xalan/c/src/XalanEXSLT/XalanE

XSLTC disable-output-escaping

2002-04-29 Thread Alex Kachanov
This is strange in latest XSLTC the line & with html output method gives: & and the line & with html output method gives: & while in Xalan the first line gives: & and the second gives: & A bug? with best wishes Alexander Kachanov

RE: The root element is required in a well-formed document.

2002-04-29 Thread David Nelson
Well maybe I can take a shot at this. I'm not familiar with the technique: "href= attribute" but if whatever this is has to read part of the incoming stream, then the xml header would no longer be available to the xerces parser in the resulting stream, which would then throw an error. I'm really

DO NOT REPLY [Bug 6768] - High Xms heap settings in JVM produce org.apache.xml.dtm.DTMException: No more DTM IDs are available.

2002-04-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: The root element is required in a well-formed document.

2002-04-29 Thread Stefan Geelen
Joseph, I finally found out that appareantly the 'The root element is required in a well-formed document.' is caused when I try to detect if a xmlstream has a xslfile defined via the href= attribute: try { // Check if xml has link to stylesheet System.err.println("Looking for XSL

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

2002-04-29 Thread santiagopg
santiagopg02/04/29 13:35:16 Modified:java/src/org/apache/xalan/xsltc/dom DOMImpl.java Log: Fixed Bugzilla 8489. Revision ChangesPath 1.70 +5 -7 xml-xalan/java/src/org/apache/xalan/xsltc/dom/DOMImpl.java Index: DOMImpl.java ===

DO NOT REPLY [Bug 8139] - Can't use translets with custom ClassLoader

2002-04-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 8489] - ArrayIndexOutOfBoundsException's in org.apache.xalan.xsltc.dom.DOMImpl$DOMBuilderImpl

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

2002-04-29 Thread tmiller
tmiller 02/04/29 12:28:38 Modified:java/src/org/apache/xalan/xsltc/trax TransformerImpl.java Log: fixed null ptr exception with sax sources that did not specify an xml reader Revision ChangesPath 1.39 +14 -4 xml-xalan/java/src/org/apache/xalan/xsltc/trax/Tran

RE: Xalan-style extension functions in XSLTC

2002-04-29 Thread Sayeau, Derek
I actually lied (not on purpose:)), I added support for Xalan style *static* functions, which is all that we were using. Adding support for this in XSLTC was pretty straight forward, I don't know if it's been added recently (been off list for a while), I can send what I have. Cheers, -derek --

DO NOT REPLY [Bug 8595] - Extension Function cannot pass Java Object

2002-04-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/compiler/util ReferenceType.java

2002-04-29 Thread santiagopg
santiagopg02/04/29 11:32:30 Modified:java/src/org/apache/xalan/xsltc/compiler FunctionCall.java java/src/org/apache/xalan/xsltc/compiler/util ReferenceType.java Log: Added a type mapping between 'reference' and 'java.lang.Object' and vice ver

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java

2002-04-29 Thread jkesselm
jkesselm02/04/29 10:49:32 Modified:java/src/org/apache/xml/dtm Tag: Xalan3 DTM.java java/src/org/apache/xml/dtm/ref Tag: Xalan3 DTMDefaultBase.java DTMDefaultBaseIterators.java DTMDefaultBaseTraversers.java

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java IncrementalSAXSource_Xerces.java

2002-04-29 Thread jkesselm
jkesselm02/04/29 09:07:40 Modified:java/src/org/apache/xml/dtm/ref Tag: Xalan3 DTMManagerDefault.java IncrementalSAXSource_Xerces.java Log: Easy enable/disable of XNI support for testing purposes, and some error-reporting cleanup. We

DO NOT REPLY [Bug 8623] New: - [PATCH] ErrorListener reports wrong line numbers (always -1)

2002-04-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: Why so many SocketExceptions thrown by Xalan?

2002-04-29 Thread Joseph Kesselman/CAM/Lotus
Xalan does spawn a thread when you request that it be run in incremental mode. I don't know whether Cocoon is using that feature or not. Other than that, we don't spawn any threads that I know of... The error you're getting is reported as a socket _write_ error. That means it's happening on the

DO NOT REPLY [Bug 8612] - Performance Enhancement to Xalan distinct function

2002-04-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: The root element is required in a well-formed document.

2002-04-29 Thread Joseph Kesselman/CAM/Lotus
Have you tried printing the content of the stream to make sure that what's being retrieved is, in fact, a well-formed XML document? (For what it's worth, that error message is actually coming from Xerces, before Xalan per se sees the document's content.)

[GUMP] Build Failure - xml-xalan2-smoketest

2002-04-29 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init.test: [echo] Your ==JARDIR== is