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

2002-08-30 Thread dbertoni
dbertoni2002/08/30 16:59:24 Modified:c/samples/CompileStylesheet CompileStylesheet.cpp c/samples/DocumentBuilder DocumentBuilder.cpp c/samples/ExternalFunction ExternalFunction.cpp c/samples/ParsedSourceWrappers ParsedSourceWrappers.cpp

cvs commit: xml-xalan/c/src/XalanTransformer XalanCAPI.cpp XalanCAPI.h XalanTransformer.cpp XalanTransformer.hpp

2002-08-30 Thread dbertoni
dbertoni2002/08/30 16:58:55 Modified:c/src/XalanTransformer XalanCAPI.cpp XalanCAPI.h XalanTransformer.cpp XalanTransformer.hpp Log: Fixes for initialization and termination. Revision ChangesPath 1.24 +27 -7 xml-xalan/c/src/XalanTransform

cvs commit: xml-xalan/c/src/XalanExe XalanExe.cpp

2002-08-30 Thread dbertoni
dbertoni2002/08/30 16:58:48 Modified:c/src/XalanExe XalanExe.cpp Log: Fixes for initialization and termination. Revision ChangesPath 1.12 +3 -0 xml-xalan/c/src/XalanExe/XalanExe.cpp Index: XalanExe.cpp

cvs commit: xml-xalan/c/Tests/Transformer TestXalanTransformer.cpp

2002-08-30 Thread dbertoni
dbertoni2002/08/30 16:58:30 Modified:c/Tests/Compare compare.cpp c/Tests/Conf conf.cpp c/Tests/Dom2Dom dom2dom.cpp c/Tests/Errortests Errortests.cpp c/Tests/Extensions extensions.cpp c/Tests/InputSource inputsour

cvs commit: xml-xalan/c/Tests/C-API c-api.c

2002-08-30 Thread dbertoni
dbertoni2002/08/30 16:05:30 Modified:c/Tests/C-API c-api.c Log: Make sure instance is deleted. Revision ChangesPath 1.3 +18 -13xml-xalan/c/Tests/C-API/c-api.c Index: c-api.c === RCS file:

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

2002-08-30 Thread dbertoni
dbertoni2002/08/30 14:22:19 Modified:c/src/XSLT XalanTemplate.cpp Log: Removed obsolete classes. Revision ChangesPath 1.39 +0 -2 xml-xalan/c/src/XSLT/XalanTemplate.cpp Index: XalanTemplate.cpp =

cvs commit: xml-xalan/c/Projects/Win32/VC6 Xalan.dsw

2002-08-30 Thread dbertoni
dbertoni2002/08/30 14:19:49 Modified:c/Projects/Win32/VC6 Xalan.dsw Log: New dependency. Revision ChangesPath 1.34 +3 -0 xml-xalan/c/Projects/Win32/VC6/Xalan.dsw Index: Xalan.dsw === RCS f

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler EqualityExpr.java RelationalExpr.java

2002-08-30 Thread tmiller
tmiller 2002/08/30 09:17:19 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java java/src/org/apache/xalan/xsltc/compiler EqualityExpr.java RelationalExpr.java Log: bug 12148 fixed, xpath pred and relational expr Revision Ch

cvs commit: xml-xalan/c/Projects/Win32/VC6/AllInOne AllInOne.dsp AllInOneWithICU.dsp

2002-08-30 Thread dbertoni
dbertoni2002/08/30 09:15:00 Modified:c/Projects/Win32/VC6/AllInOne AllInOne.dsp AllInOneWithICU.dsp Log: Added missing source files. Revision ChangesPath 1.10 +8 -0 xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp Index: AllInOn

Re: DOM Bridge

2002-08-30 Thread David N Bertoni/Cambridge/IBM
I could, but it's _extremely_ complex, and is very specific to some of the quirks of the Xerces DOM. So, unless your DOM has those same quirks, you might end up with more complexity than you need. The basic issues for wrapping your DOM are: 1. Creating proxy nodes that implement the Xala

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler xpath.cup

2002-08-30 Thread santiagopg
santiagopg2002/08/30 07:49:41 Modified:java/src/org/apache/xalan/xsltc/compiler xpath.cup Log: Fix for Bugzilla 12125. Revision ChangesPath 1.40 +21 -43xml-xalan/java/src/org/apache/xalan/xsltc/compiler/xpath.cup Index: xpath.cup =

String index out of range exception when transforming XML

2002-08-30 Thread Edwards, Alex R (ISSE)
Hi all, When transforming an XML that has a very large element (e.g. around 32800 characters, so bigger than a short could index) I get : Error raised (Transforming) : String index out of range: -32669 I am not doing anything special with the transformation (see xsl snippet below, the large elem