DO NOT REPLY [Bug 10956] - The function value-of throws a NullPointer exception when element is null.

2002-07-26 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 11166] - TransformerConfigurationException - With valid XSLT file

2002-07-26 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 10663] - preceding-sibling axis incorrect

2002-07-26 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/samples/XPathWrapper XPathWrapper.cpp

2002-07-26 Thread dbertoni
dbertoni2002/07/26 08:38:32 Modified:c/samples/XPathWrapper XPathWrapper.cpp Log: Removed unnecessary header file. Revision ChangesPath 1.18 +0 -1 xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp Index: XPathWrapper.cpp =

cvs commit: xml-xalan/c/samples/ParsedSourceWrappers ParsedSourceWrappers.cpp

2002-07-26 Thread dbertoni
dbertoni2002/07/26 08:38:01 Modified:c/samples/ParsedSourceWrappers ParsedSourceWrappers.cpp Log: Conditional compilation for Xerces includes. Revision ChangesPath 1.3 +4 -0 xml-xalan/c/samples/ParsedSourceWrappers/ParsedSourceWrappers.cpp Index: ParsedS

cvs commit: xml-xalan/c/Tests/InputSource inputsource.cpp

2002-07-26 Thread dbertoni
dbertoni2002/07/26 08:37:39 Modified:c/Tests/InputSource inputsource.cpp Log: Conditional compilation for Xerces includes. Revision ChangesPath 1.16 +9 -0 xml-xalan/c/Tests/InputSource/inputsource.cpp Index: inputsource.cpp ==

[PATCH] patch for bug #10914

2002-07-26 Thread mkwan
Hi, Here you can find the patch for bug 10914 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10914). Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED] Index: ExtensionHandlerJavaClass.java ===

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

2002-07-26 Thread dbertoni
dbertoni2002/07/26 17:12:39 Modified:c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp Log: Added assert. Revision ChangesPath 1.12 +3 -2 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeContentHandler.cpp Index: XalanSourceTreeContentHandler.cpp ==

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

2002-07-26 Thread dbertoni
dbertoni2002/07/26 11:36:29 Modified:c/src/XSLT StylesheetHandler.cpp Log: Don't add template to stylesheet until endElement() to prevent a problem with double-deletion if there's an error. Revision ChangesPath 1.83 +6 -1 xml-xalan/c/src/XSLT/StylesheetHandler

Proposal for Xalan-Java 2.4 release

2002-07-26 Thread mcnamara
Since building and publishing the last developer's release (Xalan Java 2.4.D1), I've been asked when the next offical Xalan Java release will be.I was initially thinking of a release in October that would pick up some new function that is being worked on, namely: - integrating the common a

DO NOT REPLY [Bug 10914] - Need better error message for redirect select errors

2002-07-26 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: httpd 2.0 and ApacheModuleXSLT

2002-07-26 Thread David N Bertoni/Cambridge/IBM
Sorry, I don't have any idea how things work with Apache 2.0. You might want to ask on one of the Apache lists. I doubt mod_xslt will become a standard module, since it would haul in all of Xalan and Xerces. There are a number of mods out there that support XSLT. You might want to do a sea

DO NOT REPLY [Bug 11221] New: - Variable node-sets in x-path predicates work incorrectly in XLTC

2002-07-26 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 9146] - Build stylesheet from a DOM Element node?

2002-07-26 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 3386] - Evaluating a numeric expression within curly braces and result zero.

2002-07-26 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 11182] - Variable expansion in nested stylesheet produces erroneous results

2002-07-26 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

XLTC: variable node-sets in x-path predicates

2002-07-26 Thread Voytenko, Dimitry
Hi, I encountered following problem with following xml/xslt pair (I tried it with Xalan/xsltc 2.4.D1 build): XML is: XSLT is: http://www.w3.org/1999/XSL/Transform";>

[PATCH] patch for bug #10323

2002-07-26 Thread mkwan
Hi, Here you can find the patch for bug 10323 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10323). It corrects a few Javadoc errors in the extension classes under org.apache.xalan.lib. Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED] Index: ExsltCo