<abstract>This document describes all of the available transformers of Cocoon.</abstract>
</header>
<body>
<s1 title="Goal">
<p>This document lists all of the available transformers of Apache Cocoon and
describes their purpose.</p>
</s1>
<s1 title="Overview">
<p>
A transformer is the central point in a sitemap pipeline. Within a pipeline match, transformers consume SAX events and emit SAX events. Transformers are placed inside a pipeline match between a generator and a serializer. You can include several transformers within a pipeline match. Any pipeline match containing a generator and transformer must end with a serializer.
</p>
<p>
In the sitemap file, each transformer has a unique name which is mapped to a java class. One transformer name must be declared as the default transformer. Each transformer may have additional configuration information specified in child elements.
</p>
<p>
For more conceptual information about transformers see <link href="../concepts/sitemap.html">the sitemap</link>.
</p>
</s1>
<s1 title="The Transformers in Apache Cocoon">
<ul>
<li><link href="xslt-transformer.html">XSLT Transformer</link> (The default transformer)</li>