sylvain 01/08/30 04:48:41 Modified: src/org/apache/cocoon/components/sax XMLByteStreamFragment.java Log: Reverted to XMLFragment for porting to the 2.0 branch wich doesn't have XMLizable yet. Revision Changes Path 1.4 +4 -4 xml-cocoon2/src/org/apache/cocoon/components/sax/XMLByteStreamFragment.java Index: XMLByteStreamFragment.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/sax/XMLByteStreamFragment.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XMLByteStreamFragment.java 2001/08/24 10:03:45 1.3 +++ XMLByteStreamFragment.java 2001/08/30 11:48:41 1.4 @@ -7,21 +7,21 @@ *****************************************************************************/ package org.apache.cocoon.components.sax; -import org.apache.cocoon.xml.XMLizable; +import org.apache.cocoon.xml.AbstractSAXFragment; import org.apache.cocoon.xml.EmbeddedXMLPipe; import org.apache.cocoon.xml.XMLConsumer; import org.xml.sax.ContentHandler; import org.xml.sax.SAXException; /** - * An XMLByteStream wrapped by an XMLizable implementation. This allows to + * An XMLByteStream wrapped by an XMLFragment implementation. This allows to * store SAX events and insert them in an XSP result using <xsp:expr>. * * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Revision: 1.3 $ $Date: 2001/08/24 10:03:45 $ + * @version CVS $Revision: 1.4 $ $Date: 2001/08/30 11:48:41 $ */ -public class XMLByteStreamFragment implements XMLizable { +public class XMLByteStreamFragment extends AbstractSAXFragment { /** The XML byte stream */ private Object xmlBytes; ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]