home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
-
- <document>
- <header>
- <title>PCL Serializer</title>
- <version>0.9</version>
- <type>Technical document</type>
- <authors>
- <person name="Carsten Ziegeler" email="cziegeler@apache.org"/>
- <person name="John Morrison" email="john.morrison@uk.experian.com"/>
- </authors>
- <abstract>This document describes the pcl serializer of Cocoon.</abstract>
- </header>
- <body>
- <s1 title="PCL Serializer">
- <p>The pcl serializer takes fo xml events as input. By using the
- FOP project it creates pcl out of the sax events.</p>
- <p>This serializer is optional and requires the fop package
- in the lib directory when building cocoon 2. However,
- the distribution includes this package already.</p>
- <ul>
- <li>Name : fo2pcl</li>
- <li>Class: org.apache.cocoon.serialization.PCLSerializer</li>
- <li>Cacheable: yes.</li>
- </ul>
- </s1>
- </body>
- </document>
-