Note to Stefano/Scott: There's serializer code in the CVS which includes the following changes:
* Serializer is now an interface not an abstract class * BaseSerializer has been replaced with BaseMarkupSerializer * TextSerializer has been added * I've added a Method class which includes all the supported method types (XML, HTML, XHTML, TEXT), the string values in this class can be used as arguments to OutputFormat and SerializerFactory arkin [EMAIL PROTECTED] wrote: > > It appears as tho Xalan and Cocoon are not aware of this ;-) > > Sean > > Assaf Arkin <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 01/05/00 03:42 PM > Please respond to xerces-dev > > > To: [EMAIL PROTECTED] > cc: > Subject: Re: unable to build latest cvs tree > > BaseSerializer has been renamed BaseMarkupSerializer and implements > Serializer which is now an interface. > > Could someone take care of removing BaseSerializer from the CVS so it > does not checkout? > > arkin > > Vincent-Olivier Arsenault wrote: > > > > ibm jdk 1.1.8 > > > > > /usr/local/xerces/java/build/src/org/apache/xml/serialize/BaseSerializer.jav > > a:121: Can't subclass interfaces: interface org.apache.xml.serialize.Ser > > ializer > > extends Serializer > > ^ > > 1 error > > BUILD FATAL ERROR: Compile failed, messages should have been provided.