Re: 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 "Re: Bug report (Re: [Classpathx-xml] Merging GNU JAXP into kaffe)"
    on 02/12/06, Ito Kazumitsu <[email protected]> writes:

> I modified my test program so that it uses gnu.xml.aelfred2.JAXPFactory,
> and run it with JDK 1.4.  Then I got a satisfactory result.
> 
> Isn't there anything around javax.xml.parsers.* ?

I changed the name javax to javaxx so that GNU JAXP can be used
with JDK 1.4 and got the same undesirable results when run with JDK 1.4.

bash$ for i in `find . -name '*.java'`; do sed 's/javax\.xml/javaxx.xml/' $i > $i.new; mv $i $i.old; mv $i.new $i; done 
bash$ mv javax javaxx
bash$ find . -name *.java | xargs javac 
bash$ CLASSPATH=. java TestSAX2 file:attribute.xsl 
ELEMENT
 URI = http://www.w3.org/1999/XSL/Transform
 local = stylesheet
 qname = xsl:stylesheet
ATTRIBUTES
 URI = 
 local = 
 qname = xmlns:xsl
 URI = 
 local = version
 qname = version
bash$
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.