DO NOT REPLY [Bug 12182] - long xpath expression crashes with ArrayIndexOutOfBoundsException in org.apache.xpath.compiler.Lexer.addToTokenQueue()

2002-09-04 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_b

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeComment.cpp XalanSourceTreeDocument.cpp XalanSourceTreeText.cpp

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:10:31 Modified:c/src/XalanSourceTree XalanSourceTreeComment.cpp XalanSourceTreeDocument.cpp XalanSourceTreeText.cpp Log: Use strings which are already UTF-16. Revision ChangesPath 1.10 +16 -1 xml-xalan/c/src/XalanSou

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.hpp

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:09:42 Modified:c/src/PlatformSupport DOMStringHelper.hpp Log: New helper overloads. Revision ChangesPath 1.60 +42 -0 xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp Index: DOMStringHelper.hpp =

cvs commit: xml-xalan/c/src/XMLSupport FormatterToHTML.cpp FormatterToHTML.hpp XMLSupportInit.cpp

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:09:23 Modified:c/src/XMLSupport FormatterToHTML.cpp FormatterToHTML.hpp XMLSupportInit.cpp Log: Reduced dynamic memory allocation in initialization. Revision ChangesPath 1.76 +147 -59 xml-xalan/c/src/XMLSupport/Formatt

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

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:08:13 Modified:c/src/XSLT NamespacesHandler.cpp NamespacesHandler.hpp Log: Removed obsolete strings. Revision ChangesPath 1.21 +1 -42 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ===

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

2002-09-04 Thread dbertoni
dbertoni2002/09/05 00:07:56 Modified:c/src/XSLT XSLTInit.cpp Log: Removed obsolete initialization. Revision ChangesPath 1.6 +0 -5 xml-xalan/c/src/XSLT/XSLTInit.cpp Index: XSLTInit.cpp ===

DO NOT REPLY [Bug 12182] - long xpath expression crashes with ArrayIndexOutOfBoundsException in org.apache.xpath.compiler.Lexer.addToTokenQueue()

2002-09-04 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_b

DO NOT REPLY [Bug 12325] - Apache with Xalan and OutputToHandler creates memory leak

2002-09-04 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_b

DO NOT REPLY [Bug 12326] New: - Apache with Xalan and OutputToHandler creates memory leak

2002-09-04 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_b

DO NOT REPLY [Bug 12325] New: - Apache with Xalan and OutputToHandler creates memory leak

2002-09-04 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_b

DO NOT REPLY [Bug 12182] - calling xalan:evaluate on long xpath expression crashes with ArrayIndexOutOfBoundsException

2002-09-04 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_b

cvs commit: xml-xalan/c/src Makefile.in

2002-09-04 Thread dbertoni
dbertoni2002/09/04 20:36:26 Modified:c/srcMakefile.in Log: Add option for cxx command line. Revision ChangesPath 1.101 +2 -2 xml-xalan/c/src/Makefile.in Index: Makefile.in === RCS file:

Re: JavaScript based extensions

2002-09-04 Thread David N Bertoni/Cambridge/IBM
Yes. Dave "Sal Mangano"

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

2002-09-04 Thread dbertoni
dbertoni2002/09/04 20:26:00 Modified:c/src/XSLT ElemTemplateElement.hpp Log: Make nested class public. Revision ChangesPath 1.44 +36 -36xml-xalan/c/src/XSLT/ElemTemplateElement.hpp Index: ElemTemplateElement.hpp ===

JavaScript based extensions

2002-09-04 Thread Sal Mangano
Is it a true statement that JavaScript extensions are only supported in Xalan Java and not in Xalan C++?         smime.p7s Description: application/pkcs7-signature

cvs commit: xml-xalan/c/src/XMLSupport FormatterToDOM.cpp FormatterToHTML.cpp FormatterToXML.cpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:39:06 Modified:c/src/XMLSupport FormatterToDOM.cpp FormatterToHTML.cpp FormatterToXML.cpp Log: Reduce start-up dynamic memory utilization. Revision ChangesPath 1.19 +5 -2 xml-xalan/c/src/XMLSupport/FormatterToDOM.cp

cvs commit: xml-xalan/c/src/XalanSourceTree FormatterToSourceTree.cpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:38:53 Modified:c/src/XalanSourceTree FormatterToSourceTree.cpp Log: Reduce start-up dynamic memory utilization. Revision ChangesPath 1.13 +1 -1 xml-xalan/c/src/XalanSourceTree/FormatterToSourceTree.cpp Index: FormatterToSourceTree.cpp

cvs commit: xml-xalan/c/src/PlatformSupport FormatterListener.cpp FormatterListener.hpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:38:37 Modified:c/src/PlatformSupport FormatterListener.cpp FormatterListener.hpp Log: Reduce start-up dynamic memory utilization. Revision ChangesPath 1.5 +11 -1 xml-xalan/c/src/PlatformSupport/FormatterListener.cpp

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

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:38:21 Modified:c/src/XSLT Constants.cpp Constants.hpp Stylesheet.cpp StylesheetHandler.cpp XSLTEngineImpl.cpp Log: Reduce start-up dynamic memory utilization. Revision ChangesPath 1.20 +0 -33 xml-xalan/c/src/XSLT/Con

cvs commit: xml-xalan/c/src/XPath XPath.cpp XPath.hpp XPathInit.cpp XPathProcessorImpl.cpp XPathProcessorImpl.hpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:38:03 Modified:c/src/XPath XPath.cpp XPath.hpp XPathInit.cpp XPathProcessorImpl.cpp XPathProcessorImpl.hpp Log: Reduce start-up dynamic memory utilization. Revision ChangesPath 1.73 +83 -50xml-xalan/c/src/XPath/XPath

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.hpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:34:38 Modified:c/src/PlatformSupport DOMStringHelper.hpp Log: New overload for equals(). Revision ChangesPath 1.59 +21 -0 xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp Index: DOMStringHelper.hpp

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.cpp DOMStringHelper.hpp FormatterListener.cpp FormatterListener.hpp PlatformSupportInit.cpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 18:11:32 Modified:c/src/PlatformSupport DOMStringHelper.cpp DOMStringHelper.hpp FormatterListener.cpp FormatterListener.hpp PlatformSupportInit.cpp Log: Reduce start-up dynamic memory utilization. Revision Chan

cvs commit: xml-xalan/c/src/PlatformSupport XalanTranscodingServices.hpp

2002-09-04 Thread dbertoni
dbertoni2002/09/04 17:51:28 Modified:c/src/PlatformSupport XalanTranscodingServices.hpp Log: Make sure to use case-insensitive lookup of strings. Revision ChangesPath 1.10 +4 -6 xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.hpp Index: XalanTrans

DO NOT REPLY [Bug 12317] New: - TemplatesImp.java serialization fails

2002-09-04 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_b

Re: java.lang.ClassCastException:

2002-09-04 Thread Stefan Geelen
Hi, Sorry for the delay (see mail July 30th below) but here it is. -- Hi, I changed from version Xalan 2.2 to Xalan 2.4.D1 and now tried with 2.4.0 When I process a xml (no xsl) file I get following error (see below) This happens when I execute following : transformer.tr

RE: Does Xalan-C++ break linux STL?

2002-09-04 Thread Sergey Petrunia
Hello, I have recompiled everything with gcc 3.2 and the problem simply disappeared. Judging from ldd output (which was always correct) the cause of the problem was either bundled gcc or stl. Thanks for your help Dave! :-) BR --Sergey Petrunia > -Original Message- > From: David N Berto

RE: Missing package in Xalan 240 (zip) ?

2002-09-04 Thread Voytenko, Dimitry
hi,   Try xsltc.jar. It should be in your classpath if you're using XSLTC.   Thanks, Dmitry -Original Message-From: Stefan Geelen [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 04, 2002 10:56To: [EMAIL PROTECTED]Subject: Missing package in Xalan 240 (zip) ? Hi, s

Re: I don't want XSLT to interpret some of prefix

2002-09-04 Thread Joseph Kesselman
See a good XSLT tutoral for a description of how to use the xsl:namespace-alias feature. Basically, you write the stylesheet using a "harmless" namespace, then replace it with the intended one during output. __ Joe Kesselman / IBM Research

Missing package in Xalan 240 (zip) ?

2002-09-04 Thread Stefan Geelen
Hi, seems that   import org.apache.xalan.xsltc.cmdline.getopt.*   classes are missing in the binary download  xalan-j_2_4_0-bin.zip ? (I checked in the xalan.jar).   They are available in xalan-j_2_4_0-src.zip   Is this correct ?   Regards,     Stefan            

I don't want XSLT to interpret some of prefix

2002-09-04 Thread Mgr Georg Black
Hi everbody, I have xml file and I want to generate xsd file with XSLT. But when I write to xslt file tag atd, so this prefix is interpreted --> mistake. But I want get in output xsd file tags with xs prefix. How can I do it. Thanks Georg Black. __

DO NOT REPLY [Bug 12085] - MalformedURLException when importing from stylesheet where system ID is not a valid URL

2002-09-04 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_b

DO NOT REPLY [Bug 12075] - Error in handling of default namespaces in output

2002-09-04 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_b

DO NOT REPLY [Bug 10986] - XSLTC object creation nit

2002-09-04 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_b

DO NOT REPLY [Bug 12308] - Instantiation of a XSLTC Translet may throw a VerifyError.

2002-09-04 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_b

DO NOT REPLY [Bug 12308] - Instantiation of a XSLTC Translet may throw a VerifyError.

2002-09-04 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_b

DO NOT REPLY [Bug 12308] New: - Instantiation of a XSLTC Translet may throw a VerifyError.

2002-09-04 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_b

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax ExamplesTest.java SystemIdImpInclTest.java

2002-09-04 Thread curcuru
curcuru 2002/09/04 08:59:45 Modified:test/java/src/org/apache/qetest/trax ExamplesTest.java SystemIdImpInclTest.java Log: Incorporate patches from [EMAIL PROTECTED] to allow tests to run on various platforms with different default encodings; basically whe

DO NOT REPLY [Bug 11409] - Backward compatibility with 1.1 "Cannot convert a #RESULT_TREE_FRAG to a node set"

2002-09-04 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_b

DO NOT REPLY [Bug 12298] - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 12298] - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 12298] - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 12298] - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 12298] - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 12298] New: - Extension functions as parameters to other extension functions do not work properly

2002-09-04 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_b

DO NOT REPLY [Bug 5943] - Problems in using the transfom API in Xalan C++

2002-09-04 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 11409] - Backward compatibility with 1.1 "Cannot convert a #RESULT_TREE_FRAG to a node set"

2002-09-04 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_b