Re: Small patch for java/src/org/apache/xml/serialize/Serializer.java

1999-12-30 Thread Assaf Arkin
Tom, Thanks for the patch. I've actually changed Serializer to become an interface and the creation of new serializers has moved to SerializerFactory. I've been playing with the new code for two weeks now, I think it's about time I commit it :-) arkin Tom Palmer wrote: > > Hi, > > Attached

Small patch for java/src/org/apache/xml/serialize/Serializer.java

1999-12-30 Thread Tom Palmer
Hi, Attached should be a patch for the Serializer.java file in CVS. The patch fixes a small problem with the method makeBaseSerializer. It was choosing the wrong serialiser class for formatting html and xhtml :o( My apologies if this was the wrong place to send the patch to. Cheers, Tom