dbertoni01/07/18 00:19:44
Modified:c/srcMakefile.in
Log:
Updated library names for ICU 1.8.1. Added XalanExtensions to the sources.
Revision ChangesPath
1.44 +4 -4 xml-xalan/c/src/Makefile.in
Index: Makefile.in
==
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2639
*** shadow/2639 Mon Jul 16 13:33:29 2001
--- shadow/2639.tmp.5049Wed Jul 18 00:10:57 2001
***
*** 39,41
--- 39,52
--- Additional Comments From [EMAIL PROTECTED] 2001-07-16 13:33 ---
I tried this is b
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2650
*** shadow/2650 Tue Jul 17 09:21:25 2001
--- shadow/2650.tmp.4573Tue Jul 17 23:58:02 2001
***
*** 51,54
declared by the XML Namespaces Recommendation [XML Names]) and one for the
default namespace if one is in sc
dbertoni01/07/17 23:45:43
Modified:c/Projects/Win32/VC6 Xalan.dsw
Log:
New dependencies.
Revision ChangesPath
1.18 +3 -0 xml-xalan/c/Projects/Win32/VC6/Xalan.dsw
Index: Xalan.dsw
===
RCS f
dbertoni01/07/17 23:45:01
Modified:c/src/TestXSLT process.cpp
Log:
Enabled Xalan-proprietary extension functions.
Revision ChangesPath
1.71 +115 -24 xml-xalan/c/src/TestXSLT/process.cpp
Index: process.cpp
dbertoni01/07/17 23:24:55
Modified:c/src/XalanExtensions FunctionDistinct.cpp
Log:
Fixed dumb bugs.
Revision ChangesPath
1.3 +4 -0 xml-xalan/c/src/XalanExtensions/FunctionDistinct.cpp
Index: FunctionDistinct.cpp
=
dbertoni01/07/17 22:50:37
Modified:c/Projects/Win32/VC6/XalanExtensions XalanExtensions.dsp
Log:
New source file.
Revision ChangesPath
1.3 +4 -0
xml-xalan/c/Projects/Win32/VC6/XalanExtensions/XalanExtensions.dsp
Index: XalanExtensions.dsp
=
dbertoni01/07/17 22:50:19
Added: c/src/XalanExtensions XalanExtensions.hpp
Log:
Initial revision.
Revision ChangesPath
1.1 xml-xalan/c/src/XalanExtensions/XalanExtensions.hpp
Index: XalanExtensions.hpp
===
dbertoni01/07/17 21:50:48
Modified:c/Projects/Win32/VC6/DOMSupport DOMSupport.dsp
c/Projects/Win32/VC6/ICUBridge ICUBridge.dsp
c/Projects/Win32/VC6/PlatformSupport PlatformSupport.dsp
c/Projects/Win32/VC6/XMLSupport XMLSupport.dsp
dbertoni01/07/17 21:38:25
Modified:c/src/ICUBridge ICUBridgeCollationCompareFunctor.cpp
ICUBridgeCollationCompareFunctor.hpp
Log:
Changes for ICU 1.8.1.
Revision ChangesPath
1.15 +45 -16xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareF
dbertoni01/07/17 21:26:55
Modified:c/src/XPath XPathEnvSupport.hpp XPathEnvSupportDefault.cpp
XPathEnvSupportDefault.hpp
XPathExecutionContext.hpp
XPathExecutionContextDefault.cpp
XPathExecut
dbertoni01/07/17 21:24:59
Modified:c/src/XPath XResultTreeFrag.cpp
Log:
Fixed bugs with interpreting ResultTreeFrags as node-sets.
Revision ChangesPath
1.24 +5 -61 xml-xalan/c/src/XPath/XResultTreeFrag.cpp
Index: XResultTreeFrag.cpp
==
dbertoni01/07/17 21:23:34
Modified:c/src/XPath XPath.cpp
Log:
Don't make extra copy of the XObjectPtr returned from running and extension function.
Revision ChangesPath
1.59 +3 -6 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
=
dbertoni01/07/17 21:21:41
Modified:c/src/XalanSourceTree XalanSourceTreeDocument.hpp
XalanSourceTreeDocument.cpp
Log:
Fixed bug with creating elements in the default namespace.
Revision ChangesPath
1.10 +2 -1 xml-xalan/c/src/XalanSourceT
dbertoni01/07/17 21:20:35
Modified:c/src/XalanExtensions FunctionDifference.cpp
FunctionDistinct.cpp FunctionEvaluate.cpp
FunctionHasSameNodes.cpp FunctionIntersection.cpp
FunctionNodeSet.cpp
Log:
Fixed problem
dbertoni01/07/17 21:19:46
Modified:c/src/TestXSLT process.cpp
Log:
Tweaked message.
Revision ChangesPath
1.70 +1 -1 xml-xalan/c/src/TestXSLT/process.cpp
Index: process.cpp
===
RCS file: /h
dbertoni01/07/17 21:18:02
Modified:c/src/PlatformSupport ExecutionContext.hpp
Log:
Added overloads for Locators.
Revision ChangesPath
1.5 +92 -13xml-xalan/c/src/PlatformSupport/ExecutionContext.hpp
Index: ExecutionContext.hpp
dbertoni01/07/17 21:17:11
Modified:c/src/PlatformSupport XalanStdOutputStream.cpp
Log:
Check for problem with stream.
Revision ChangesPath
1.4 +5 -0 xml-xalan/c/src/PlatformSupport/XalanStdOutputStream.cpp
Index: XalanStdOutputStream.cpp
===
dbertoni01/07/17 21:16:09
Modified:c/src/Include GCCDefinitions.hpp
Log:
Patch for other platforms.
Revision ChangesPath
1.14 +2 -3 xml-xalan/c/src/Include/GCCDefinitions.hpp
Index: GCCDefinitions.hpp
=
- viz
runtime error:
XSLT Error
(java.lang.NoSuchMethodError): org.xml.sax.Attributes:
method(I)Ljava/lang/String; not found
At
org.apache.xalan.processor.XSLTElementProcessor.setAttributes(XSLTEElementProcessor.java:346)
… 311
- file
xalan\src\org\apache\xalan\processor\XSLTEl
johng 01/07/17 19:53:59
Modified:java/src/org/apache/xalan/lib/sql SQLDocument.java
Log:
Fixed a few bugs, almost there
Submitted by: John Gentilin mailto:[EMAIL PROTECTED]
Revision ChangesPath
1.7 +100 -15 xml-xalan/java/src/org/apache/xalan/lib/sql/SQLDocum
johng 01/07/17 19:51:09
Modified:java/samples/extensions/sql/ext-connection
ExternalConnection.java dbtest.xsl
Log:
Updated for new SQL Extension
Submitted by: John Gentilin mailto:[EMAIL PROTECTED]
Revision ChangesPath
1.3 +4 -4
x
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2664
*** shadow/2664 Tue Jul 17 18:27:51 2001
--- shadow/2664.tmp.2168Tue Jul 17 18:27:51 2001
***
*** 0
--- 1,38
+ ++
+ | de.fub.bytecode.ge
I use http://marc.theaimsgroup.com/?l=xalan-dev&r=1&w=2
Gary
> Val Iliescu wrote:
>
> Can not see any archives anywhere ... what gives ?
Title: Where are the archives kept?
Can not see any archives anywhere ... what gives ?
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2662
*** shadow/2662 Tue Jul 17 17:42:03 2001
--- shadow/2662.tmp.1013Tue Jul 17 17:42:03 2001
***
*** 0
--- 1,111
+ ++
+ | Exceptions are be
Hi,
PLATFORM Ibm Rs6000 43p / AIX 4.3
CMP gnu.gcc.g++-2.95.3.0
XALAN-C++ 1.1 in /usr/local/xml-xalan
XERCES 1.5 in /usr/local/xerces-c1_5_0-AIX43
XERCES 1.4 in /usr/local/xerces
XALANCROOT=/usr/local/xml-xalan
XER
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2661
*** shadow/2661 Tue Jul 17 14:53:14 2001
--- shadow/2661.tmp.656 Tue Jul 17 14:56:11 2001
***
*** 100,103
-
That the na.mes parameter name should be remapped to na_mes before being
! stuffed into the p
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2661
*** shadow/2661 Tue Jul 17 14:53:14 2001
--- shadow/2661.tmp.638 Tue Jul 17 14:53:14 2001
***
*** 0
--- 1,103
+ ++
+ | template parameters missi
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2468
*** shadow/2468 Tue Jul 17 11:23:02 2001
--- shadow/2468.tmp.584 Tue Jul 17 14:30:25 2001
***
*** 143,145
--- 143,150
--- Additional Comments From [EMAIL PROTECTED] 2001-07-17 11:23 ---
Created an attachment
--- org/apache/xalan/xsltc/dom/AbsoluteIterator.java2001/04/17 18:52:25
1.1
+++ org/apache/xalan/xsltc/dom/AbsoluteIterator.java2001/07/17 21:17:00
@@ -80,11 +80,13 @@
}
public NodeIterator setStartNode(int node) {
+NodeIterator iter = resetPosition();
if
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2642
*** shadow/2642 Mon Jul 16 11:55:19 2001
--- shadow/2642.tmp.29496 Tue Jul 17 13:26:44 2001
***
*** 2,9
| NPE in DTMNodeIterator.nextNode at line 198|
+---
mmidy 01/07/17 13:02:16
Modified:test/java/src/org/apache/qetest/xalanj2 TestXPathAPI.java
Log:
Add more XPath tests
Revision ChangesPath
1.5 +137 -4
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TestXPathAPI.java
Index: TestXPathAPI.java
=
mmidy 01/07/17 13:01:44
Added: test/tests/api/xalanj2 testXPath2.xml testXPath3.xml
test/tests/api-gold/xalanj2 XPathAPITest_218.out
XPathAPITest_219.out
Log:
Add more XPath tests
Revision ChangesPath
1.1 xml-xa
After some hunting, I found that the CLASSPATH being used was not the one I
thought was being used. After configuring WebSphere to a proper CLASSPATH
(which needn't include bsf.jar for my purposes), everything worked fine.
Thanks to everyone for the help,
Noel
Try calling the EnvironmentCheck u
|+--->
|| |
|| shane_curcuru|
|| @yahoo.com |
|| |
|| 07/16/01 |
|| 01:11 PM |
|| Please |
||
Thanks.
Gary
John Howard wrote:
>
> Gary,
>
> I believe the server changed this weekend. Check here
> http://dev.apache.org/anoncvs.txt for the details.
>
> cheers,
>
> john
>
> > -Original Message-
> > From: Gary L Peskin [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 17, 2001
Hi all,
At long last (one week) this is the patch I've made for bug 2468:
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=326
I'm curious to know if anyone is following my patches or bug reports. I
havn't heard from _anyone_ regarding the patches (except for Ovidiu who
kindly poi
Gary,
I believe the server changed this weekend. Check here
http://dev.apache.org/anoncvs.txt for the details.
cheers,
john
> -Original Message-
> From: Gary L Peskin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 17, 2001 11:28 AM
> To: Xalan Development
> Subject: CVS access probl
mmidy 01/07/17 11:37:07
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
OOps! Back out this last change. Old code on my machine!!!
Revision ChangesPath
1.14 +15 -6 xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
Index: DO
dmarston01/07/17 11:36:31
Modified:test/tests/conf/idkey idkey07.xsl
Log:
Improve comment about expected result.
Revision ChangesPath
1.2 +2 -1 xml-xalan/test/tests/conf/idkey/idkey07.xsl
Index: idkey07.xsl
==
I'm unable to access CVS to get updates. My cvs update command returns
with the following messages:
cvs server: cannot open /home/cvs/CVSROOT/config: Permission denied
Cannot access /home/cvs/CVSROOT
Permission denied
Has something changed or am I missing something? Also, where is the
best pla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2468
*** shadow/2468 Wed Jul 11 16:18:38 2001
--- shadow/2468.tmp.27340 Tue Jul 17 11:23:02 2001
***
*** 138,141
--- Additional Comments From [EMAIL PROTECTED] 2001-07-11 16:18 ---
! same bug - better summar
mmidy 01/07/17 11:18:06
Modified:java/src/org/apache/xalan/templates ElemNumber.java
java/src/org/apache/xalan/transformer Counter.java
CountersTable.java KeyRefIterator.java
java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Martin --
Okay. I see what's going on. The stack trace was very helpful. The
error message is occuring while you're attempting to build the -output-
DOM. Each time you have an Order element, you write out . But
each is at the top level of the resulting DOM tree. This is not
allowed in the
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2656
*** shadow/2656 Tue Jul 17 10:37:42 2001
--- shadow/2656.tmp.27166 Tue Jul 17 10:37:43 2001
***
*** 0
--- 1,24
+ ++
+ | assertion with tes
And the namespace URI for that prefix is just the string value of the
namepspace node.
Gary
Gary L Peskin wrote:
>
> Hmmm. XPath 4.1 states "The string returned by the namespace-uri
> function will be empty except for element nodes and attribute nodes".
> Here, we're talking about a namespace
Hmmm. XPath 4.1 states "The string returned by the namespace-uri
function will be empty except for element nodes and attribute nodes".
Here, we're talking about a namespace node so namespace-uri should
return the empty string. Might try name().
Gary
[EMAIL PROTECTED] wrote:
>
> Here's anothe
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2438
*** shadow/2438 Tue Jul 17 09:45:42 2001
--- shadow/2438.tmp.27005 Tue Jul 17 09:49:19 2001
***
*** 2,9
| redirect appear not to create a file on solaris 2.7|
+---
pauldick01/07/17 09:45:09
Modified:c/Tests Tests.dsw
Log:
Added extension project
Revision ChangesPath
1.8 +12 -0 xml-xalan/c/Tests/Tests.dsw
Index: Tests.dsw
===
RCS file: /home/cvs/xml-
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2438
*** shadow/2438 Tue Jul 17 05:46:14 2001
--- shadow/2438.tmp.26990 Tue Jul 17 09:45:42 2001
***
*** 193,195
--- 193,202
I have installed xalan 2.2.D6 and it works fine...
+
+
+ --- Additional Comments
pauldick01/07/17 09:42:48
Added: c/Tests/Extensions extensions.cpp extensions.dsp
Log:
First pass at extension tests
Revision ChangesPath
1.1 xml-xalan/c/Tests/Extensions/extensions.cpp
Index: extensions.cpp
=
pauldick01/07/17 09:41:05
xml-xalan/c/Tests/Extensions - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I will try the newer version of Xalan and let you know of my results. This won't be
for another week or so, due to other constraints. Interestingly, I took a serialized
version of the document and applied my style sheet using org.apache.xalan.xslt.Process
and DID NOT get the exception. I onl
Scott, Joe, and everyone --
This is a discussion that I've been having with Julian where he is a
taking a somewhat novel approach. It requires some thought. I'd
appreciate any input.
Gary
Original Message
Subject: Re: [Bug 2307] - An extension function cannot return a
NodeI
Just a reminder: the Xalan project now has three mailing lists in an effort
to better focus our discussions. Please start/move conversations to the
new lists as appropriate.
[EMAIL PROTECTED]
General list for users of Xalan-J 2.x. Ask your usage questions, ask
about details of bugs,
Here's another generic XSLT question which may be in the FAQ, but I'll
give a hint here:
Given
>If I have the 'C' Element, how do I get a list which contains the 'a'
>and 'b' namespace desclarations, which are in scope?
General idea:
;
Get that working, then alter it to suit your
>java.lang.StringIndexOutOfBoundsException: String index out of range:
-40640
> at java.lang.String.getChars(String.java:560)
> at
org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:389)
> at org.apache.xpath.DOMHelper.getNodeData(DOMHelper.java:1314)
> at org.apache.xpath
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2650
*** shadow/2650 Tue Jul 17 01:00:11 2001
--- shadow/2650.tmp.25965 Tue Jul 17 09:21:25 2001
***
*** 40,43
c="http://c/";, as invocations of several versions (2.2.D6,
2.1.0, 2.0.0) of the Apache Xalan XPa
Hi Ying,
Class javax.xml.parsers.SAXParserFactory has methods
setValidating/isValidating. They should do.
Thanks,
Dmitry
-Original Message-
From: Wu, Ying (LNG-CIS) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 06:23
To: '[EMAIL PROTECTED]'
Subject: transforming, how to disab
Here is the stack trace:
javax.xml.transform.TransformerException: String index out of range: -40640
at
org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1242)
at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:483)
Would it be possible for you to download the latest CVS code (2.2D6) and
see if you have the same problem there? There was quite a big design
change(DTM) in 2.2Dx, and we'd be curious to know if there is still an
issue with the new code. Please let us know one way or another if you get
a chance
This doesn't sound like a limit with the number of nodes. Rather, it
sounds like a limit with the number of unique string indexes, perhaps for
attribute values?
There is certainly a limit to the number of unique element names... 32K (16
bits), and the number of unique namespaces is limited to 1
The version is xalan-j_2_0_1. I should say that I have not completely localized the
problem. I use the text blobs in 2 different contexts (one is an edit mode, and one
is a read mode), and the transformation succeeds in one and not in the other. It
turned out that my application's requiremen
dleslie 01/07/17 08:35:27
Modified:java/xdocs/sources/xalan extensionslib.xml
Log:
Broke a stylesheet line into two lines to avoid print problem.
Revision ChangesPath
1.15 +4 -3 xml-xalan/java/xdocs/sources/xalan/extensionslib.xml
Index: extensionslib.xml
morten 01/07/17 08:34:22
Modified:java/src/org/apache/xalan/xsltc/dom DOMImpl.java
java/src/org/apache/xalan/xsltc/trax TemplatesImpl.java
TransformerFactoryImpl.java TransformerImpl.java
Log:
Added some javadoc comments to our trax stuff. Add
The DTM model can indeed run out of space if a source document is too
large. Currently we allocate 20 bits for node addressing, so we can handle
about a million nodes. Beyond that we'll fail, probably nondiagnostically.
We're considering increasing that, though doing so will impose tighter
limits
amiro 01/07/17 08:27:49
Modified:java/src/org/apache/xalan/xsltc/dom DocumentCache.java
Log:
Submitted by: Tom Amiro
Fixes bug 1591. Changed the lastModified() method to return
the correct timestamp for local files beginnig with the "file:"
protocol. Incorporated Brian Ewin'
dleslie 01/07/17 08:20:40
Modified:java/xdocs/sources/xalan samples.xml trax.xml
usagepatterns.xml
Log:
Fixed a bad link and some misplaced anchors.
Revision ChangesPath
1.35 +4 -4 xml-xalan/java/xdocs/sources/xalan/samples.xml
Inde
Which version of Xalan are you using?
Myriam
Gerry
McDonoughTo: "'[EMAIL PROTECTED]'"
When transforming a Document with fairly large text nodes, between 30K and 40K, Xalan
throws an exception with the message "javax.xml.transform.TransformerException: String
index out of range: -40640". I think it is a function of the size, as I have not seen
the error since reducing the size
dleslie 01/07/17 07:40:40
Modified:java/xdocs/sources/xalan faq.xml
Log:
replace resource-refs to TrAX with standard links, now that trax.xml
is in xdocs/sources/xalan.
Also committing (for 2nd time), new question/answer on output encoding.
Revision ChangesPath
1.9
Thank you for the report.
Is it possible you can send me (via private email) the XML and XSLT so I
can run a profile?
Are you measuring just the transform time or stylesheet processing +
transform time?
> Maybe, could I be facing the limitation on the number of nodes?
Could be. I hope not.
dleslie 01/07/17 07:28:30
Modified:java/xdocs/sources/xalan history.xml index.xml overview.xml
resources.xml samples.xml whatsnew.xml
Log:
replace resource-refs to TrAX with standard links, now that trax.xml
is in xdocs/sources/xalan.
Revision Changes
The TrAX design and implementation for XSLTC has changed since
the recent release. Please do not try to use the samples that
came with the release together with the current code. The old
implementation of the TrAX TransformerFactory was:
org.apache.xalan.xsltc.runtime.TransformerFactoryIm
No. I am writing a new TransformerFactory for XSLTC.
This will be ready shortly. Please be patient.
Morten
Yuri Kantorovich wrote:
>
> Hi,
>
> I am trying to use tranlets.
> My question is: should I write my own implementation
> of
> org.apche.xalan.xsltc.runtime.TransformerFactoryImpl?
> Do
Hi,
I am trying to use tranlets.
My question is: should I write my own implementation
of
org.apche.xalan.xsltc.runtime.TransformerFactoryImpl?
Do you have some examples that you can share with me?
Thank you.
___
Do You Yahoo!?
Get your free @y
In trying to run the sample code that comes with the xalan dist:
java JAXPTransletOneTransformation
Exception in thread "main"
javax.xml.transform.TransformerFactoryConfigurationError:
java.lang.ClassNotFoundException:
org.apache.xalan.xsltc.runtime.TransformerFactoryImpl
at
javax.xml.tr
I need to transform a xml file, which contains a doctype node:
The transforming process will first validate the input file.
Is there any xalan API to tell the Process do not validate, just transform?
Both command line and java code are OK, I just don't want to get into the
parser level.
Thanks
> 3) Finally, the old version had progressive rendering, while the new one
>seems to have not.
It's there, but you your have to turn it on explicitly by setting the
incremental flag. See http://xml.apache.org/xalan-j/dtm.html#settings
(We may go back to that being the default, but we're sti
Gordon,
> In the 2.2d6 release in the TransformerFactoryImpl, there is still a check
> for the "transletPool" system property. I am now confused on whether this
> is in use or not. I am using it to make sure that all my translets end up
> in the same directory (so the can be picked up in the cl
In the 2.2d6 release in the TransformerFactoryImpl, there is still a check
for the "transletPool" system property. I am now confused on whether this
is in use or not. I am using it to make sure that all my translets end up
in the same directory (so the can be picked up in the classpath, although
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2438
*** shadow/2438 Mon Jul 16 07:27:40 2001
--- shadow/2438.tmp.23061 Tue Jul 17 05:46:14 2001
***
*** 183,186
Yes, I am initiating the transform via the command line:
java org.apache.xalan.xslt.Process -in foo.xml -
Hi Shane,
With TrAX the user should not have to deal with package names,
translet class names and output directories. With the new TrAX
design we wrap the translet class and auxiliary class definitions
inside the Templates object. The user will not even know what
the translet class name is (nor w
Are we planning to provide TrAX-ized ways to set these
xsltc-specific properties? (Sorry if I missed an
earlier conversation about this) These sound like
perfect items to get set through
TransformerFactory.setAttribute(String attrName,
Object value) calls. That way, someone's properly
written c
No, you can't. Not after the re-design of our TrAX support.
But, the org.apache.xalan.xsltc.compiler.XSLTC class has a
set of public methods that can be used to set the package
name, translet class name, output directory and such:
setClassName(String className);
setDestDirectory(S
Hi, PLATFORM Ibm
Rs6000 43p / AIX
4.3 CMP
gnu.gcc.g++-2.95.3.0 XALAN-C++
1.1 in
/usr/local/xml-xalan XERCES
1.5 in
/usr/local/xerces-c1_5_0-AIX43 XERCES
1.4 in
/usr/local/xerces XALANCROOT=/usr/local/xml
Hi,
I have just tried the new 2.2.D6 release with my files
(very huge files processed with a 30.000 lines XSLT without any
extension used) and these are the results:
1) The new release is bugged: the output is different from the old
one and surely wrong (some pieces are completely misse
Gary L Peskin wrote:
> Martin --
>
> The DOM code looks fine. I read it just the opposite of how you created
> it:
>
> FileInputStream istream = new
> FileInputStream("c:\\temp\\domMartin.ser");
> ObjectInputStream p = new ObjectInputStream(istream);
> Document doc = (Document) p.readObj
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2650
*** shadow/2650 Tue Jul 17 01:00:11 2001
--- shadow/2650.tmp.20700 Tue Jul 17 01:00:11 2001
***
*** 0
--- 1,43
+ ++
+ | Namespace axis res
90 matches
Mail list logo