cziegeler 01/10/05 05:29:05 Modified: webapp Tag: cocoon_20_branch cocoon.xconf Log: Added xml compiler and interpreter to cocoon.xconf Revision Changes Path No revision No revision 1.7.2.24 +10 -0 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.7.2.23 retrieving revision 1.7.2.24 diff -u -r1.7.2.23 -r1.7.2.24 --- cocoon.xconf 2001/09/10 18:27:55 1.7.2.23 +++ cocoon.xconf 2001/10/05 12:29:05 1.7.2.24 @@ -300,6 +300,16 @@ <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]