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 / scratchpad-samples.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  4.3 KB  |  123 lines

  1. <?xml version="1.0"?>
  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.  
  18. <!-- CVS: $Id: scratchpad-samples.xml,v 1.12 2004/04/05 12:25:36 antonio Exp $ -->
  19.  
  20. <samples xmlns:xlink="http://www.w3.org/1999/xlink" name="Scratchpad Samples">
  21.  
  22.   <group name="Back">
  23.     <sample name="Back" href="../..">to Cocoon Samples main page</sample>
  24.     <sample name="Back" href="..">to Cocoon Blocks Samples main page</sample>
  25.   </group>
  26.  
  27.  <group name="Garbage">
  28.     <sample name="Garbage" href="garbage/">
  29.       Flowscript Calculator Sample using Garbage Template Generator
  30.     </sample>
  31.   </group>
  32.   
  33.   <group name="Castor">
  34.     <sample name="CastorTransformer" href="castor/">
  35.       Show the usage of the Castor Transformer.
  36.     </sample>
  37.   </group>
  38.  
  39.   <group name="Jelly">
  40.     <sample name="Test 1" href="jelly/test1">
  41.       A test of the Jelly generator - you have to download and install the jelly.jar first!
  42.     </sample>
  43.     <sample name="Test 2" href="jelly/test2">
  44.       A test of the Jelly generator - you have to download and install the jelly.jar first!
  45.     </sample>
  46.   </group>
  47.  
  48.   <group name="Intercepted Flow">
  49.     <sample name="Example" href="intercepted-flow/">
  50.       Show the usage intercepted JavaScript flow functions
  51.     </sample>
  52.   </group>
  53.   
  54.   <group name="Image-Based Authentication">
  55.     <sample name="Image Auth" href="image-auth/">
  56.       An example of image-based authentication using the Flow layer.  
  57.       Make sure the Batik block is included before testing this sample.
  58.     </sample>
  59.   </group>
  60.  
  61.   <group name="Betwixt">
  62.     <sample name="Example" href="betwixt/">
  63.       Show the usage of the Betwixt Transformer
  64.     </sample>
  65.   </group>
  66.  
  67.   <group name="Sitemap Viewer">
  68.     <sample name="Sitemap Viewer" href="sitemap-viewer/">
  69.         Experimental sitemap viewer
  70.     </sample>
  71.   </group>
  72.   
  73.   <group name="Othello">
  74.     <sample name="Example" href="othello/">Template based static web site.</sample>
  75.   </group>
  76.  
  77.   <group name="Sources">
  78.     <sample name="Simple ZIP source example" href="sources/simple-zip.xml">Read file from ZIP archive</sample>
  79.     <sample name="OpenOffice - content.xml" href="sources/simple-swx.xml">
  80.         Use again the ZIP source getting a zipped file as OpenOffice files are ZIP archives
  81.     </sample>
  82.   </group>  
  83.  
  84.   <group name="XModule Source">
  85.     <sample name="Create"
  86.             href="xmodule-source/insert?file=test.xml&url=xmodule:session-attr:test">
  87.         Populate a session attribute "test" with a dom tree created from the file "test.xml".
  88.     </sample>
  89.     <sample name="Read"
  90.             href="xmodule-source/test-view?url=xmodule:session-attr:test&xPathIn=page/body">
  91.       Read xml from the session attribute "test" at the XPath position "page/body".
  92.     </sample>
  93.     <sample name="Insert"
  94.             href="xmodule-source/insert?file=insert.xml&url=xmodule:session-attr:test&xPathOut=page/body/p">
  95.         Insert a dom tree created from the file "insert.xml", at the
  96.         XPath position "page/body/p" in the session attribute "test".
  97.     </sample>
  98.     <sample name="Delete"
  99.             href="xmodule-source/delete?url=xmodule:session-attr:test&xPath=page/body/p">
  100.         Delete the content at theXPath position "page/body/p" in the
  101.         session attribute "test".
  102.     </sample>
  103.   </group>
  104.  
  105.   <group name="Module Source">
  106.     <sample name="Request URI"
  107.             href="module-source/test1">
  108.       Use a source that reads from a request URI.
  109.     </sample>
  110.     <sample name="Text field"
  111.             href="module-source/test2">
  112.       Use a source that reads from a input text field.
  113.     </sample>
  114.     <sample name="XML text field"
  115.             href="module-source/test4">
  116.       Read XML data from a text field. Also demonstrates the use of
  117.       input from multi part mime posts and require that uploads are
  118.       enabled in web.xml.
  119.     </sample>
  120.   </group>
  121.  
  122. </samples>
  123.