[kaffe] CVS kaffe (robilad): Use pure java XSLT engine by default

Mark Wielaard mark at klomp.org
Mon Dec 6 23:59:57 PST 2004


Hi,

On Tue, 2004-12-07 at 01:58, Kaffe CVS wrote:
> 2004-12-06  Dalibor Topic  <robilad at kaffe.org>
> 
>         * libraries/javalib/javax/xml/transform/TransformerFactory.java:
>         Use gnu.xml.transform.TransformerFactoryImpl as the default
>         transformer instead of libxmlj one.
> 
>         Reported by: Benja Fallenstein <b.fallenstein at gmx.de>

This is what Chris (CCed) recommends. But unfortunately we now need to
start over with trying to get writing out dom trees to streams working
again (most of my fixes were for the GnomeDocumentBuilder. With this you
will hit something like the following:

gnu.xml.dom.DomEx: The node belongs in another document.
Node Name: #document
   at gnu.xml.dom.DomNode.checkMisc (DomNode.java:334)
   at gnu.xml.dom.DomNode.appendChild (DomNode.java:551)
   at gnu.xml.dom.DomDocument.appendChild (DomDocument.java:324)
   at gnu.xml.transform.TransformerImpl.transform (TransformerImpl.java:205)
   at org.eclipse.ui.XMLMemento.save (XMLMemento.java:413)

Trying to work around this you will at least have to deal with the
Writer problem yet again. Sigh. Patch attached.

After that I am currently stuck unfortunately.
Will try to debug some more tonight.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TransformerImpl.diff
Type: text/x-patch
Size: 1343 bytes
Desc: not available
Url : http://kaffe.org/pipermail/kaffe/attachments/20041207/42894961/attachment-0006.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://kaffe.org/pipermail/kaffe/attachments/20041207/42894961/attachment-0002.pgp 


More information about the kaffe mailing list