shannon     02/05/30 10:34:18

  Added:       src/documentation/xdocs/faq faq-transformers.xml
  Log:
  Created new file in anticipation
  of community contributions.
  Added basic definition.
  Added useful content from webapp/sitemap.xmap
  
  Revision  Changes    Path
  1.1                  xml-cocoon2/src/documentation/xdocs/faq/faq-transformers.xml
  
  Index: faq-transformers.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 Transformer FAQs">
  
  <faq>
   <question>
    What is a transformer?
   </question>
  
   <answer>
    <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 matcher between a generator and a serializer. You can include several 
transformers within a pipeline matcher. Any pipeline matcher 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="../userdocs/concepts/sitemap.html">the sitemap</link>. For detailed descriptions 
about all of the available Cocoon transformers, see the user's guide document <link 
href="../userdocs/transformers/transformers.html">Transformers 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]

Reply via email to