classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report (Re: [Classpathx-xml] Merging GNU JAXP into kaffe)


From: Ito Kazumitsu
Subject: Bug report (Re: [Classpathx-xml] Merging GNU JAXP into kaffe)
Date: Wed, 4 Dec 2002 08:47:54 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigory ōmae) APEL/10.3 Emacs/20.7 (i386-*-windows98.2222) MULE/4.1 (AOI) Meadow/1.14 (AWSAKA:62)

In message "[Classpathx-xml] Merging GNU JAXP into kaffe"
    on 02/12/03, Dalibor Topic <address@hidden> 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

Attachment: 0.tar.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]