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

2002-11-07 Thread dbertoni
dbertoni2002/11/07 17:13:38 Modified:c/src/XSLT XSLTResultTarget.cpp XSLTResultTarget.hpp Log: Added explicit implementation of destructor. Revision ChangesPath 1.10 +6 -0 xml-xalan/c/src/XSLT/XSLTResultTarget.cpp Index: XSLTResultTarget.cpp =

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

2002-11-07 Thread dbertoni
dbertoni2002/11/07 14:45:24 Modified:c/src/XSLT XalanNumberingResourceBundle.hpp Log: Fixed glitch with typedef. Revision ChangesPath 1.4 +1 -1 xml-xalan/c/src/XSLT/XalanNumberingResourceBundle.hpp Index: XalanNumberingResourceBundle.hpp

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

2002-11-07 Thread dbertoni
dbertoni2002/11/07 13:44:37 Modified:c/src/XSLT ElemValueOf.cpp ElemValueOf.hpp Log: Fixed code for old xlC front-end. Revision ChangesPath 1.33 +33 -3 xml-xalan/c/src/XSLT/ElemValueOf.cpp Index: ElemValueOf.cpp

DO NOT REPLY [Bug 14083] - Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

2002-11-07 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 14368] - last() fails on reverse axes

2002-11-07 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 14135] - last() returns incorrect results with preceding-sibling axis

2002-11-07 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 14368] - last() fails on reverse axes

2002-11-07 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/conf-gold/position position110.out position107.out position108.out position109.out position106.out

2002-11-07 Thread dmarston
dmarston2002/11/07 12:20:16 Added: test/tests/conf-gold/position position110.out position107.out position108.out position109.out position106.out Log: More coverage of last() and uncoverage of bugs (#14368). Revision ChangesP

cvs commit: xml-xalan/test/tests/conf/position position110.xsl position106.xsl position107.xml position107.xsl position108.xml position108.xsl position109.xml position109.xsl position110.xml position106.xml

2002-11-07 Thread dmarston
dmarston2002/11/07 12:18:47 Added: test/tests/conf/position position110.xsl position106.xsl position107.xml position107.xsl position108.xml position108.xsl position109.xml position109.xsl position110.xml position10

cvs commit: xml-xalan/test test.properties

2002-11-07 Thread dmarston
dmarston2002/11/07 12:16:59 Modified:test test.properties Log: More problems with last() in a predicate Revision ChangesPath 1.80 +2 -1 xml-xalan/test/test.properties Index: test.properties =

DO NOT REPLY [Bug 14229] - XSLTC indents as if indent always set to yes

2002-11-07 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/runtime/output StreamHTMLOutput.java StreamOutput.java

2002-11-07 Thread santiagopg
santiagopg2002/11/07 12:07:52 Modified:java/src/org/apache/xalan/xsltc/runtime/output StreamHTMLOutput.java StreamOutput.java Log: Fix for Bugzilla 14229. Revision ChangesPath 1.19 +3 -4 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/

DO NOT REPLY [Bug 14368] New: - last() fails on reverse axes

2002-11-07 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 14365] - Smoketest failure on position104.xsl

2002-11-07 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/c/src/XSLT XalanTemplate.cpp

2002-11-07 Thread dbertoni
dbertoni2002/11/07 10:58:46 Modified:c/src/XSLT XalanTemplate.cpp Log: Removed unused instantiation. Revision ChangesPath 1.44 +1 -9 xml-xalan/c/src/XSLT/XalanTemplate.cpp Index: XalanTemplate.cpp ==

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

2002-11-07 Thread dbertoni
dbertoni2002/11/07 10:58:07 Modified:c/src/XSLT ElemNumber.cpp ElemNumber.hpp XalanNumberingResourceBundle.cpp XalanNumberingResourceBundle.hpp Log: 32/64 bit issues. Revision ChangesPath 1.69 +105 -113 xml-xalan/c/src

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

2002-11-07 Thread dbertoni
dbertoni2002/11/07 10:57:02 Modified:c/src/XSLT DecimalToRoman.hpp Log: Change types to unsigned and use a typedef. Revision ChangesPath 1.6 +5 -3 xml-xalan/c/src/XSLT/DecimalToRoman.hpp Index: DecimalToRoman.hpp =

cvs commit: xml-xalan/test test.properties

2002-11-07 Thread ilene
ilene 2002/11/07 10:49:52 Modified:test test.properties Log: Exclude position104 from the smoketest. Revision ChangesPath 1.79 +2 -1 xml-xalan/test/test.properties Index: test.properties ==

DO NOT REPLY [Bug 14365] - Smoketest failure on position104.xsl

2002-11-07 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 14365] New: - Smoketest failure on position104.xsl

2002-11-07 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/lib ExsltDatetime.java

2002-11-07 Thread mkwan
mkwan 2002/11/07 09:41:00 Modified:java/src/org/apache/xalan/lib ExsltDatetime.java Log: For bugzilla 14322. Fix problem in condition checking in getZoneStart(). Revision ChangesPath 1.6 +5 -7 xml-xalan/java/src/org/apache/xalan/lib/ExsltDatetime.java In

DO NOT REPLY [Bug 14322] - ExsltDatetime getZoneStart doesn't work for gMonthDay

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

Website documentation updated for XalanJ

2002-11-07 Thread ilene
Hi! We've made some updates to the website for XalanJ. Morris Kwan has filled out sections on * using extension functions in XSLTC: http://xml.apache.org/xalan-j/extensions_xsltc.html * using command line options in XSLTC: http://xml.apache.org/xalan-j/commandline_xsltc.html In the test

DO NOT REPLY [Bug 14176] - StreamTransform fails on 1.4/1.5 - works on 1.3

2002-11-07 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/java/xdocs/sources/tests faq.xml

2002-11-07 Thread ilene
ilene 2002/11/07 09:12:38 Modified:test/java/xdocs/sources/tests faq.xml Log: Gordon Chiu's update to test FAQ. Revision ChangesPath 1.4 +4 -0 xml-xalan/test/java/xdocs/sources/tests/faq.xml Index: faq.xml ==

DO NOT REPLY [Bug 14324] - Can monthInYear include the "gm" format

2002-11-07 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/lib ExsltDatetime.java

2002-11-07 Thread mkwan
mkwan 2002/11/07 09:10:12 Modified:java/src/org/apache/xalan/lib ExsltDatetime.java Log: For bugzilla 14324. Fix a few problems in datetime extension functions. Revision ChangesPath 1.5 +8 -11 xml-xalan/java/src/org/apache/xalan/lib/ExsltDatetime.java Ind

cvs commit: xml-xalan/test/java/xdocs/sources/tests run.xml

2002-11-07 Thread ilene
ilene 2002/11/07 08:58:50 Modified:test/java/xdocs/sources/tests run.xml Log: Gordon Chiu's update to test documentation for TableResults.xsl. Revision ChangesPath 1.8 +29 -0 xml-xalan/test/java/xdocs/sources/tests/run.xml Index: run.xml ===

DO NOT REPLY [Bug 14360] New: - XPathAPI.selectSingleNode seems to truncate text node value

2002-11-07 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: external java functions and XSLTC

2002-11-07 Thread mkwan
Hi, You can use external Java functions in both Xalan and XSLTC. This link (http://xml.apache.org/xalan-j/extensions.html#java-namespace) tells you how to use different namespace notations. Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/xdocs/sources/xalan faq.xml

2002-11-07 Thread ilene
ilene 2002/11/07 06:31:08 Modified:java/xdocs/sources/xalan faq.xml Log: Fix typo in faq.xml. Revision ChangesPath 1.25 +1 -1 xml-xalan/java/xdocs/sources/xalan/faq.xml Index: faq.xml ===

DO NOT REPLY [Bug 14325] - Transformer fails when Templates constructed with "new StreamSource(new FileReader())"

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