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>Php Generator</title>
- <version>0.9</version>
- <type>Technical document</type>
- <authors>
- <person name="Carsten Ziegeler" email="cziegeler@apache.org"/>
- </authors>
- <abstract>This document describes the php generator of Cocoon.</abstract>
- </header>
- <body>
- <s1 title="Php Generator">
- <p>????.</p>
- <ul>
- <li>Name : php</li>
- <li>Class: org.apache.cocoon.generation.PhpGenerator</li>
- <li>Cacheable: no.</li>
- </ul>
- <p>This generator is optional and not available in the binary distribution.
- However if you want to use it, you have to retrieve the php java servlet,
- copy the jar file into the lib directory of cocoon and rebuild.</p>
- <source>
- <![CDATA[
- <map:generate type="php"/>
- ]]>
- </source>
- </s1>
- </body>
- </document>
-