shannon 02/05/30 10:37:20
Added: src/documentation/xdocs/faq faq-serializers.xml
Log:
Created new file in anticipation
of community contributions.
Added basic definition.
Added useful tidbits from webapp/sitemap.xmap
Revision Changes Path
1.1 xml-cocoon2/src/documentation/xdocs/faq/faq-serializers.xml
Index: faq-serializers.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.0//EN" "../dtd/faq-v10.dtd">
<faqs title="Cocoon Sitemap Serializer FAQs">
<faq>
<question>
What is a serializer?
</question>
<answer>
<p>
A serializer is the end point of an xml pipeline. It transforms SAX events into
binary or char streams for final client consumption. Every pipeline match containing a
generator must be terminated by a serializer.
</p>
<p>
In the sitemap file, each serializer has a unique name which is mapped to a java
class. One serializer name must be declared as the default serializer. Each serializer
may have additional configuration information specified in child elements.
</p>
<p>
For more conceptual information about serializers see <link
href="../userdocs/concepts/sitemap.html">the sitemap</link>. For detailed descriptions
about all of the available Cocoon serializers, see the user's guide document <link
href="../userdocs/serializers/serializers.html">Serializers in Cocoon</link>. You may
also wish to consult the Cocoon API documentation.
</p>
</answer>
</faq>
</faqs>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]