DO NOT REPLY [Bug 14497] New: - String to double conversion does not respect "XMLSchema" standard

2002-11-12 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/xpath/types CastableExpr.java

2002-11-12 Thread sboag
sboag 2002/11/12 21:28:57 Added: java/src/org/apache/xpath/types Tag: xslt20 CastableExpr.java Log: Integrated new grammar from Nov. 15th draft, with a small tweak to allow multiple comparison expressions (to allow success of xpath1 parsing). Revisi

cvs commit: xml-xalan/java/src/org/apache/xpath/parser Castable.java

2002-11-12 Thread sboag
sboag 2002/11/12 21:28:40 Added: java/src/org/apache/xpath/parser Tag: xslt20 Castable.java Log: Integrated new grammar from Nov. 15th draft, with a small tweak to allow multiple comparison expressions (to allow success of xpath1 parsing). Revision ChangesPath No

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

2002-11-12 Thread dbertoni
dbertoni2002/11/12 18:29:44 Modified:c/src/XSLT NamespacesHandler.cpp NamespacesHandler.hpp Log: Changed implementation from map to vector. Revision ChangesPath 1.25 +264 -104 xml-xalan/c/src/XSLT/NamespacesHandler.cpp Index: NamespacesHandler.cpp ===

cvs commit: xml-xalan/test test.properties

2002-11-12 Thread dmarston
dmarston2002/11/12 13:14:56 Modified:test test.properties Log: Fix a typo in a bug number. Revision ChangesPath 1.82 +1 -1 xml-xalan/test/test.properties Index: test.properties === RCS

DO NOT REPLY [Bug 14075] - java.io.NotSerializableException: org.apache.xalan.xsltc.trax.TransformerFactoryImpl

2002-11-12 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 14075] - java.io.NotSerializableException: org.apache.xalan.xsltc.trax.TransformerFactoryImpl

2002-11-12 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 ElemElement.cpp ElemElement.hpp ElemLiteralResult.cpp ElemLiteralResult.hpp ElemTemplateElement.cpp ElemTemplateElement.hpp

2002-11-12 Thread dbertoni
dbertoni2002/11/12 11:23:41 Modified:c/src/XSLT ElemElement.cpp ElemElement.hpp ElemLiteralResult.cpp ElemLiteralResult.hpp ElemTemplateElement.cpp ElemTemplateElement.hpp Log: Renamed post construction member function and made Namespac

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncDeepEqual.java

2002-11-12 Thread mmidy
mmidy 2002/11/12 11:03:51 Modified:java/src/org/apache/xpath/functions Tag: xslt20 FuncDeepEqual.java Log: Fix some problems with deep-equal Revision ChangesPath No revision No revision 1.1.2.3

DO NOT REPLY [Bug 13375] - Incorrect namespace uri after copy-of

2002-11-12 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 13374] - Redundant xmlns after copy-of

2002-11-12 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 test.properties

2002-11-12 Thread ilene
ilene 2002/11/12 09:00:55 Modified:test test.properties Log: Update of test.properties from Sarah McNamara ([EMAIL PROTECTED]) Revision ChangesPath 1.81 +1 -3 xml-xalan/test/test.properties Index: test.properties

RE: Supported protocols

2002-11-12 Thread David N Bertoni/Cambridge/IBM
Hi Kevin, ftp is definitely unsupported. http should be supported, but such support often varies amongst platforms. This is a Xerces question, since that's what's doing the parsing. You might check the Xerces documentation, or post a question on the Xerces list. Just for fun, I tried the l

Re: xerces and xalan in XercesDOMWrapperParsedSource (xalan-c)

2002-11-12 Thread David N Bertoni/Cambridge/IBM
"Zdenek Nemec" <[EMAIL PROTECTED]> wrote: > I think this is at least suspicious - class XercesDOMWrapperParsedSource > takes as 1st param DOM_Document instead of DOMDocument introduced in xerces > 2 is this correct? why ? That class was written for the old DOM. We haven't finished upgrading e

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

2002-11-12 Thread mkwan
mkwan 2002/11/12 07:41:16 Modified:java/xdocs/sources/xalan extensions_xsltc.xml Log: Fix problems in the XSLTC redirect sample. This sample was copied from xsltc_constraints.xml. It works with XSLTC, but not using a good syntax. It is better to change "xsl:version" to "version

RE: Supported protocols (URI schemes in Xalan C)

2002-11-12 Thread Joseph Kesselman
Ah. Supported URI schemes. And using Xalan-C -- which I haven't looked at in much too long, so I honestly don't know offhand. Got your ears on, Dave? __ Joe Kesselman / IBM Research

DO NOT REPLY [Bug 14472] New: - MORE truncation error in XPathAPI.selectSingleNode()

2002-11-12 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: Supported protocols

2002-11-12 Thread kroy
I'm trying to do execute this code from the example program. // const char* const theXSLFileName = "ftp://w1000-10.workgroup.com/pctrxml/reports/XML.xsl";; const char* const theXSLFileName = "http://sundev4.workgroup.com:82/pctrxml/reports/XML.xsl";; // const char* const th

Re: Supported protocols

2002-11-12 Thread Joseph Kesselman
>What are the supported protocols for XSL on sun/hp? The question is incomplete as posed... what do you mean by "protocols"? __ Joe Kesselman / IBM Research

Supported protocols

2002-11-12 Thread kroy
What are the supported protocols for XSL on sun/hp? Where can I think this information? Thanks, Kevin

[GUMP] Build Failure - xml-xalan2-smoketest

2002-11-12 Thread Sam Ruby
ve for details. Last 50 lines of build output follows. smoketest-results-dist: [tar] Building tar: /home/rubys/jakarta/xml-xalan/test/java/build/xalan-smoketest-20021112.tar [tar] Entry: xml-xalan/test/smoketest/api/SAXTransformerFactoryAPITest/trax/sax/SAXTransformerFactoryAPITest_1.out

xerces and xalan in XercesDOMWrapperParsedSource (xalan-c)

2002-11-12 Thread Zdenek Nemec
hi I think this is at least suspicious - class XercesDOMWrapperParsedSource takes as 1st param DOM_Document instead of DOMDocument introduced in xerces 2 is this correct? why ? - i need to pass a xerces DOM (created by DOMBuilder) to the xalan and after transform i want have result in xerces DOM