home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / transformers.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  3.5 KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
  18.  
  19. <document>
  20.     <header>
  21.         <title>Transformers</title>
  22.         <version>0.9</version>
  23.         <type>Technical document</type>
  24.         <authors>
  25.             <person name="Carsten Ziegeler" email="cziegeler@apache.org"/>
  26.          </authors>
  27.          <abstract>This document describes all of the available transformers of Cocoon.</abstract>
  28.     </header>
  29.     <body>
  30.         <s1 title="Goal">
  31.             <p>This document lists all of the available transformers of Apache Cocoon and
  32.                      describes their purpose.</p>
  33.          </s1>
  34.          <s1 title="Overview">
  35.   <p>
  36. 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.
  37.   </p>
  38.   <p>
  39. 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.
  40.   </p>
  41.   <p>
  42.  For more conceptual information about transformers see <link href="../concepts/sitemap.html">the sitemap</link>.
  43.   </p>
  44. </s1>
  45. <s1 title="The Transformers in Apache Cocoon">
  46.   <ul>
  47.     <li><link href="xslt-transformer.html">XSLT Transformer</link> (The default transformer)</li>
  48.     <li><link href="extractor-transformer.html">Fragment Extractor Transformer</link></li>
  49.     <li><link href="i18n-transformer.html">I18n Transformer</link></li>
  50.     <li><link href="log-transformer.html">Log Transformer</link></li>
  51.     <li><link href="sql-transformer.html">SQL Transformer</link></li>
  52.     <li><link href="filter-transformer.html">Filter Transformer</link></li>
  53.     <li><link href="readdomsession-transformer.html">Read DOM Session Transformer</link></li>
  54.     <li><link href="writedomsession-transformer.html">Write DOM Session Transformer</link></li>
  55.     <li><link href="xinclude-transformer.html">XInclude Transformer</link></li>
  56.     <li><link href="cinclude-transformer.html">CInclude Transformer</link></li>
  57.     <li><link href="encodeurl-transformer.html">EncodeURL Transformer</link></li>
  58.     <li><link href="sourcewriting-transformer.html">SourceWriting Transformer</link></li>
  59.     <li><link href="augment-transformer.html">Augment Transformer</link></li>
  60.     <li><link href="ldap-transformer.html">LDAP Transformer</link> (optional)</li>
  61.     <li><link href="lexer-transformer.html">Lexical Transformer</link> (optional)</li>
  62.     <li><link href="parser-transformer.html">Parser Transformer</link> (optional)</li>
  63.     <li><link href="pattern-transformer.html">Pattern Transformer</link> (optional)</li>
  64.     <li><link href="../../developing/webapps/contexts.html">Session Transformer</link> (optional)</li>
  65.   </ul>
  66. </s1>
  67.     </body>
  68. </document>
  69.