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

2004-12-08 Thread Mark Wielaard
Hi, On Tue, 2004-12-07 at 21:35, Mark Wielaard wrote: > First patch is for GNU JAXP. > Handles the case were ReaderInputStream has too much characters. Here is a new patch. This one is a little bit more efficient if off > 0. We used to read just len - off chars in read(byte[] b, int off, int len)

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

2004-12-07 Thread Mark Wielaard
Hi, On Tue, 2004-12-07 at 08:59, Mark Wielaard wrote: > 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. Chris already made a couple of ch

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

2004-12-07 Thread Mark Wielaard
Hi, On Tue, 2004-12-07 at 01:58, Kaffe CVS wrote: > 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> > > * libraries/javalib/javax/xml/transform/TransformerFactory.java: > Use gnu.xml.transform.TransformerFactoryImpl as the default > transformer instead of libxmlj one. > >

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

2004-12-06 Thread Kaffe CVS
PatchSet 5560 Date: 2004/12/07 00:53:43 Author: robilad Branch: HEAD Tag: (none) Log: Use pure java XSLT engine by default 2004-12-06 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/javax/xml/transform/TransformerFactory.java: Use gnu.xml.transform.TransformerFactoryImpl