cziegeler 01/10/05 05:29:23 Modified: webapp cocoon.xconf Log: Added xml compiler and interpreter to cocoon.xconf Revision Changes Path 1.36 +11 -0 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- cocoon.xconf 2001/10/05 07:27:46 1.35 +++ cocoon.xconf 2001/10/05 12:29:23 1.36 @@ -358,6 +358,17 @@ <parameter name="filesystem" value="true"/> </event-cache> + <!-- Compiling xml to byte streams. + The xml-serializer "compiles" xml sax events into a byte stream + and the xml-deserializer does the same vice versa. + Make sure, that if you change one of these components, that you + may have to change the other one as well, as they might have + a dependency. + --> + <xml-serializer class="org.apache.cocoon.components.sax.XMLByteStreamCompiler"/> + <xml-deserializer class="org.apache.cocoon.components.sax.XMLByteStreamInterpreter"/> + + <!-- The SAXConnector connects the various pipeline components. LoggingSAXConnector logs SAX events between pipeline components into a cocoon's log file.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]