blob: 7e394152674f7dab586bfd2133b88d7f6ccc1c62 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../../dtd/document-v10.dtd">
<document>
<header>
<title>PS 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 ps serializer of Cocoon.</abstract>
</header>
<body>
<s1 title="PS Serializer">
<p>The ps serializer takes fo xml events as input. By using the
FOP project it creates ps 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 : fo2ps</li>
<li>Class: org.apache.cocoon.serialization.PSSerializer</li>
<li>Cacheable: yes.</li>
</ul>
</s1>
</body>
</document>