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 / php-generator.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  1.5 KB  |  48 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>Php Generator</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 the php generator of Cocoon.</abstract>
  28.     </header>
  29.     <body>
  30.         <s1 title="Php Generator">
  31.             <p>????.</p>
  32.             <ul>
  33.                 <li>Name : php</li>
  34.                 <li>Class: org.apache.cocoon.generation.PhpGenerator</li>
  35.                 <li>Cacheable: no.</li>
  36.             </ul>
  37.             <p>This generator is optional and not available in the binary distribution.
  38.                      However if you want to use it, you have to retrieve the php java servlet,
  39.                      copy the jar file into the lib directory of cocoon and rebuild.</p>
  40. <source>
  41.      <![CDATA[
  42.   <map:generate type="php"/>
  43.      ]]>
  44. </source>
  45.         </s1>
  46.     </body>
  47. </document>
  48.