Bug report (Re: Merging GNU JAXP into kaffe)
Ito Kazumitsu <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
In message "[Classpathx-xml] Merging GNU JAXP into kaffe"
on 02/12/03, Dalibor Topic <[email protected]> writes:
> I'd like to thank you for your great work at providing
> a free software alternative to Sun's offer. I've
> merged in the current GNU jaxp sources from CVS into
> kaffe's class library. In case you haven't heard about
> kaffe, more information on the it is available from
> http://www.kaffe.org.
I am a kaffe user, and I am glad that GNU JAXP has been
merged into kaffe.
> I'll direct bug reports regarding GNU jaxp classes
> over here, unless that's a problem for you. And of
> course, I'll direct people wanting to contribute to a
> better jaxp implementation to your project.
And this is my bug report.
The attached program, when used with GNU JAXP merged in kaffe,
gives results different from those of JDK 1.4. But when used with
gnujaxp-1.0beta1, the results are the same as JDK 1.4.
I am in an environment where CVS access to GNU JAXP is not
available. Could you please try the program with the current
GNU JAXP?
$ CLASSPATH=~/javalib/gnujaxp.jar:. java TestSAX2 file:test03.xsl > 1.0beta1-output
$ java TestSAX2 file:test03.xsl > kaffe-output
$ diff -u 1.0beta1-output jdk1.4-output
$ diff -u 1.0beta1-output kaffe-output
--- 1.0beta1-output Tue Dec 3 19:28:09 2002
+++ kaffe-output Tue Dec 3 19:28:39 2002
@@ -4,6 +4,9 @@
qname = xsl:stylesheet
ATTRIBUTES
URI =
+ local =
+ qname = xmlns:xsl
+ URI =
local = version
qname = version
BEGIN
$ tar tzvf 0.tar.gz
-rw-rw-r-- ito/ito 1528 2002-12-03 19:17:18 TestSAX2.java
-rw-rw-r-- ito/ito 2074 2001-06-22 13:47:54 test03.xsl
-rw-rw-r-- ito/ito 8170 2002-12-03 19:28:31 1.0beta1-output
-rw-rw-r-- ito/ito 8207 2002-12-03 19:29:01 kaffe-output
-rw-rw-r-- ito/ito 8170 2002-12-03 19:19:33 jdk1.4-output
0.tar.gz
(application/octet-stream, 2.3 KB) - not displayed