You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/09/11 00:51:00 UTC

cvs commit: jakarta-commons/betwixt/xdocs/guide integration.xml

rdonkin     2003/09/10 15:51:00

  Modified:    betwixt/xdocs navigation.xml
  Added:       betwixt/xdocs/guide integration.xml
  Log:
  Added some documentation about cocoon transformer created by Christoph Gaffga.
  
  Revision  Changes    Path
  1.8       +1 -0      jakarta-commons/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/navigation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navigation.xml	24 Aug 2003 16:53:44 -0000	1.7
  +++ navigation.xml	10 Sep 2003 22:51:00 -0000	1.8
  @@ -20,6 +20,7 @@
         <item name="Derived Beans"           href="/guide/derived.html"/>
         <item name="Writing Beans(Advanced)" href="/guide/writing.html"/>
         <item name="Reading Beans(Advanced)" href="/guide/reading.html"/>
  +      <item name="Integrating" 		   href="/guide/integration.html"/>
         <item name="Examples"                href="/guide/examples.html"/>
       </menu>
           &information-menu;
  
  
  
  1.1                  jakarta-commons/betwixt/xdocs/guide/integration.xml
  
  Index: integration.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Integrating Betwixt</title>
    <author email="jstrachan@apache.org">James Strachan</author>
   </properties>
  
  <body>
  
      <section name='Cocooon'>
          <p>
  <a href='http://cocoon.apache.org/'>Cocoon</a> is a web development framework (and more)
  built around component pipelines and XML. A transformer is available for Cocoon which 
  allows Betwixt to be plugged into these pipelines.
  See the <a href='http://wiki.cocoondev.org/Wiki.jsp?page=BetwixtTransformer'>CocoonWiki</a> 
  for documentation and example.
      </p>
  </section>
  
  </body>
  </document>