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

2002-11-06 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 CountersTable.cpp CountersTable.hpp

2002-11-06 Thread dbertoni
dbertoni2002/11/06 17:48:50 Modified:c/src/XSLT CountersTable.cpp CountersTable.hpp Log: Migrate to unsigned type for node counts. Revision ChangesPath 1.5 +10 -4 xml-xalan/c/src/XSLT/CountersTable.cpp Index: CountersTable.cpp

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

2002-11-06 Thread dbertoni
dbertoni2002/11/06 16:54:20 Modified:c/src/XalanSourceTree XalanSourceTreeDocument.cpp Log: Fixed types for gettting attributes. Revision ChangesPath 1.31 +6 -6 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.cpp Index: XalanSourceTreeDocument.cpp

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

2002-11-06 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/PlatformSupport XalanNumberFormat.hpp

2002-11-06 Thread dbertoni
dbertoni2002/11/06 16:47:43 Modified:c/src/PlatformSupport XalanNumberFormat.hpp Log: Fixed type of data member. Revision ChangesPath 1.5 +1 -1 xml-xalan/c/src/PlatformSupport/XalanNumberFormat.hpp Index: XalanNumberFormat.hpp ===

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

2002-11-06 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/PlatformSupport DOMStringHelper.cpp

2002-11-06 Thread dbertoni
dbertoni2002/11/06 16:34:31 Modified:c/src/PlatformSupport DOMStringHelper.cpp Log: Removed unnecessary cast. Revision ChangesPath 1.76 +1 -1 xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp Index: DOMStringHelper.cpp ==

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

2002-11-06 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 14083] - Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

2002-11-06 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/XPath NodeListImplSurrogate.cpp NodeListImplSurrogate.hpp

2002-11-06 Thread dbertoni
dbertoni2002/11/06 15:48:48 Removed: c/src/XPath NodeListImplSurrogate.cpp NodeListImplSurrogate.hpp Log: Obsolete files. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

2002-11-06 Thread dbertoni
dbertoni2002/11/06 15:40:15 Modified:c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp XalanSourceTreeContentHandler.hpp Log: 32/64 bit issues. Revision ChangesPath 1.15 +2 -2 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeContentH

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeAttr.hpp XalanSourceTreeComment.hpp XalanSourceTreeElement.hpp XalanSourceTreeProcessingInstruction.hpp XalanSourceTreeText.hpp

2002-11-06 Thread dbertoni
dbertoni2002/11/06 15:35:09 Modified:c/src/XalanSourceTree XalanSourceTreeAttr.hpp XalanSourceTreeComment.hpp XalanSourceTreeElement.hpp XalanSourceTreeProcessingInstruction.hpp XalanSourceTre

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread Joseph Kesselman
>I was under the same impression but the error only occurs when the >new version of Xalan is added to my class path. Hmmm. It's possible that we're invoking Xerces slightly differently than we used to, I suppose, but I'm still surprised. Xalan per se really doesn't and shouldn't get involved wit

external java functions and XSLTC

2002-11-06 Thread Dan Wolfe
I am considering switching to Xalan and converting my xslt stylsheets to XSLTC classes for improved performance. The only problem is, I am calling some external Java functions from the xslt stylesheet (and I'm using SAXON currently). These functions are performing operations like, lookups in a da

DO NOT REPLY [Bug 14312] - ExsltDatetime hourInDay(String datetimeIn) does not work

2002-11-06 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 14237] - EXSLT datetime hour-in-minute broken?

2002-11-06 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: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread John Gentilin
Joe, I was under the same impression but the error only occurs when the new version of Xalan is added to my class path. I can use either Xerces 2.0.1 or what is include with Xalan 2.4 and it makes no difference. Regards John G Attached is a copy of my batch file set JAVA_HOME=C:\jdk1.3.1_04 rem

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread Joseph Kesselman
Complaints about the "preamble" would be originating within Xerces; I suspect you have to take that one up with them. __ Joe Kesselman / IBM Research

DO NOT REPLY [Bug 14300] - Incorrect conversion of small or large numbers with number()

2002-11-06 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: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread John Gentilin
Scott, No, I wanted to note the change to the list and get feedback before I classified it as a bug. This could easily be done if you think it should be. I also noticed another difference from 2.4. In some of my test documents I created with my XML editor, I only have the stylesheet PI without a

DO NOT REPLY [Bug 14312] New: - ExsltDatetime hourInDay(String datetimeIn) does not work

2002-11-06 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: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread John Gentilin
I though that might be the case before, but I tried the older version of Xerces (from 2.3, XercesImpl & xmp-api) but it did not make a difference. It only changed when I added the new Xalan.jar to my classpath. Regards John G [EMAIL PROTECTED] wrote: > Hi, John > > The difference might be from

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread mkwan
Hi, John The difference might be from Xerces. Xalan does not use the systemId itself. The underlying parser (Xerces) uses it to resolve the file. Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: [EMAIL PROTECTED]

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread John Gentilin
Morris, Thank you for the reply. I will check out the CVS code, although I already modified my code to work with the new StreamSource. I just wanted to point out that the codebase operates differently than 2.3 Regards John G [EMAIL PROTECTED] wrote: > Hi, John > > I've fixed a realted problem i

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread scott_boag
John Gentilin <[EMAIL PROTECTED]> wrote: > When using the StreamSource(String p0) method, Xalan > does not seem to support absolute path information now. > This is different since CVS from a month ago. Hi John. Is there a bugzilla report on this? -scott

Re: XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread mkwan
Hi, John I've fixed a realted problem in bug 13651 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13651). The fix is not in 2.4.1. Please try with the latest CVS. In the StreamSource(String systemId) constructor, the systemId is expected to be a String that conforms to the URI syntax. Althoug

cvs commit: xml-xalan/test/tests/conf-gold/position position105.out position104.out position103.out

2002-11-06 Thread dmarston
dmarston2002/11/06 10:31:45 Added: test/tests/conf-gold/position position105.out position104.out position103.out Log: Bugzilla #13501 work showed that we should put last() under more stress. Revision ChangesPath 1.1 xml-xalan/t

cvs commit: xml-xalan/test/tests/conf/position position105.xsl position103.xsl position104.xml position104.xsl position105.xml position103.xml

2002-11-06 Thread dmarston
dmarston2002/11/06 10:30:59 Added: test/tests/conf/position position105.xsl position103.xsl position104.xml position104.xsl position105.xml position103.xml Log: Bugzilla #13501 work showed that we should put last() under more stress

XalanJ-2.4.1 breaks old StreamSource

2002-11-06 Thread John Gentilin
When using the StreamSource(String p0) method, Xalan does not seem to support absolute path information now. This is different since CVS from a month ago. i.e. dir\dir\dir\file.xsl (works) ..\..\dir\file.xsl (works) c:\Documents and Settings\gentijo\Projects\dir\dir\file.xsl Unknown protocol c

cvs commit: xml-xalan/java/xdocs/sources/xalan readme.xml xsltc_usage.xml xsltc_constraints.xml

2002-11-06 Thread mkwan
mkwan 2002/11/06 08:21:42 Modified:java/xdocs/sources entities.ent xalan-jlocal.xml xalan-jsite.xml java/xdocs/sources/xalan readme.xml xsltc_usage.xml Removed: java/xdocs/sources/xalan xsltc_constraints.xml Log: XSLTC xdocs update. Re

DO NOT REPLY [Bug 14300] - Incorrect conversion of small or large numbers with number()

2002-11-06 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 13610] - Multiple Threads using XalanTransformer::transform() cause coredump

2002-11-06 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 14300] New: - Incorrect conversion of small or large numbers with number()

2002-11-06 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 14083] - Exception in thread "main" java.lang.ClassFormatError: html2wml (Code of a metho

2002-11-06 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 14221] - org.w3c.dom.xpath.XPathEvaluator.evaluate differs from spec

2002-11-06 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 14221] - org.w3c.dom.xpath.XPathEvaluator.evaluate differs from spec

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