Newbie to EXSLT and Xalan C++

2003-03-20 Thread Ian Lo
Hi,   I would like to use the padding functions available in Xalan C++ through EXSLT but don't know how to do it.   What must I do in my C++ code and in the XSL ?   Any help would be great!   Thanks Ian

cvs commit: xml-xalan/c/Tests/Harness XMLFileReporter.hpp XMLFileReporter.cpp

2003-03-20 Thread dbertoni
dbertoni2003/03/20 16:44:32 Modified:c/Tests/Harness XMLFileReporter.hpp XMLFileReporter.cpp Log: Made static strings instance members as temporary workaround for static initialization. Revision ChangesPath 1.16 +53 -56xml-xalan/c/Tests/Harness/XMLFileReporter.h

DO NOT REPLY [Bug 18210] - got java.lang.NullPointerException, when run Conformance test of: mdocs

2003-03-20 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 18210] - got java.lang.NullPointerException, when run Conformance test of: mdocs

2003-03-20 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 18210] - got java.lang.NullPointerException, when run Conformance test of: mdocs

2003-03-20 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 18210] New: - got java.lang.NullPointerException, when run Conformance test of: mdocs

2003-03-20 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/xml/dtm/ref DTMDefaultBaseTraversers.java

2003-03-20 Thread jkesselm
jkesselm2003/03/20 12:57:58 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBaseTraversers.java Log: Oops! Old bug, just noticed -- we forgot to override RootTraverser's typed first(). Revision ChangesPath 1.16 +15 -0 xml-xalan/java/sr

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

2003-03-20 Thread dbertoni
dbertoni2003/03/20 12:15:54 Modified:c/srcMakefile.in Log: Made Makefile safe when cleaning and empty source tree. Revision ChangesPath 1.119 +3 -1 xml-xalan/c/src/Makefile.in Index: Makefile.in =

cvs commit: xml-xalan/test test.properties

2003-03-20 Thread mkwan
mkwan 2003/03/20 11:27:52 Modified:test Tag: XSLTC_DTM test.properties Log: Remove the exclude for axes129. Revision ChangesPath No revision No revision 1.90.2.4 +1 -2 xml-xalan/test/test.properties Inde

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMDefaultBase.java

2003-03-20 Thread mkwan
mkwan 2003/03/20 11:16:31 Modified:java/src/org/apache/xml/dtm/ref Tag: XSLTC_DTM DTMDefaultBase.java Log: Fix a bug for testcase axes129. DTMDefaultBase.getFirstNamespaceNode() should return NULL when the given node is not an element. axes129 passed in

Re: Dates, time durations and other xsd types

2003-03-20 Thread Joseph Kesselman
There is definitely a need for a standard set of Apache classes which represents dates/times/durations that behave as described in the XML Schemas spec. Xalan invented its own because, at the time, Xerces didn't have one -- they were delivering these values as a simple array of integers (year,

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

2003-03-20 Thread dbertoni
dbertoni2003/03/20 08:38:33 Modified:c/srcrunConfigure Makefile.in Log: Updates for Intel compiler on Linux. Revision ChangesPath 1.18 +8 -1 xml-xalan/c/src/runConfigure Index: runConfigure =

Xalan-C++ Documentation

2003-03-20 Thread Rachael Ludwick-Sandefer
Hey everyone! When David posted about the 1.5 version freeze, he mentioned the need for more documentation (and updated documentation). I volunteered as a good way to get involved with Xalan development. Although David said that he and Berin will be finishing the doc updates for this release,

DO NOT REPLY [Bug 17128] - DTMNodeProxy dosent implement Element interface correctly

2003-03-20 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

Dates, time durations and other xsd types

2003-03-20 Thread Richard Zschech
Ive noticed in your partial implementation of the exslt data time functions you have writen your own date time parsers. The xerces project has also got an implementation in their org.apache.xerces.impl.dv.xs package which also supports durations and has date comparison and duration addition. Xer

DO NOT REPLY [Bug 18181] New: - using document('') to access data in stylesheet

2003-03-20 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/compiler/util VoidType.java

2003-03-20 Thread zongaro
zongaro 2003/03/20 02:49:22 Modified:java/src/org/apache/xalan/xsltc/compiler/util Tag: XSLTC_DTM VoidType.java Log: Propagating Santiago's change to revision 1.6 of this file: Override definition of Type.POP() in VoidType to return NOP instead of POP.