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
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
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
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
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:
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
=
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
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
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
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
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
=
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
12 matches
Mail list logo