sboag 00/12/05 21:53:17
Modified: java/src/org/apache/xalan/client XSLTProcessorApplet.java Log: Deleted OutputFormat and OutputFormatExtended in favor of new OutputProperties class. Default properties are now resource based. Serializers should be pluggable, though this hasn't been tested. Entity references are now specified through resources, and a bitmap is built for fast test to determine special status of character. indent-amount and URI character escaping can now be controled via xalan attributes on xsl:output. Revision Changes Path 1.10 +0 -1 xml-xalan/java/src/org/apache/xalan/client/XSLTProcessorApplet.java Index: XSLTProcessorApplet.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/client/XSLTProcessorApplet.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- XSLTProcessorApplet.java 2000/11/16 08:14:09 1.9 +++ XSLTProcessorApplet.java 2000/12/06 05:53:17 1.10 @@ -105,7 +105,6 @@ import org.w3c.dom.Document; // Needed Serializer classes -import org.apache.xalan.serialize.OutputFormat; import org.apache.xalan.serialize.Serializer; import org.apache.xalan.serialize.SerializerFactory;
