blob: 5fcb125e81f1f8eaf938b3964e21ad0a8a25a0a6 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- CVS: $Id: scratchpad-samples.xml,v 1.9 2004/01/08 16:04:57 danielf Exp $ -->
<samples>
<group name="Main examples page">
<sample name="Back" href="../../samples/">to Cocoon examples main page</sample>
</group>
<group name="Garbage">
<sample name="Garbage" href="garbage/">
Flowscript Calculator Sample using Garbage Template Generator
</sample>
</group>
<group name="Castor">
<sample name="CastorTransformer" href="castor/">
Show the usage of the Castor Transformer.
</sample>
</group>
<group name="Jelly">
<sample name="Test 1" href="jelly/test1">
A test of the Jelly generator - you have to download and install the jelly.jar first!
</sample>
<sample name="Test 2" href="jelly/test2">
A test of the Jelly generator - you have to download and install the jelly.jar first!
</sample>
</group>
<group name="Intercepted Flow">
<sample name="Example" href="intercepted-flow/">
Show the usage intercepted JavaScript flow functions
</sample>
</group>
<group name="Image-Based Authentication">
<sample name="Image Auth" href="image-auth/">
An example of image-based authentication using the Flow layer.
Make sure the Batik block is included before testing this sample.
</sample>
</group>
<group name="Betwixt">
<sample name="Example" href="betwixt/">
Show the usage of the Betwixt Transformer
</sample>
</group>
<group name="Sitemap Viewer">
<sample name="Sitemap Viewer" href="sitemap-viewer/">
Experimental sitemap viewer
</sample>
</group>
<group name="Othello">
<sample name="Example" href="othello/">Template based static web site.</sample>
</group>
<group name="Sources">
<sample name="Simple ZIP source example" href="sources/simple-zip.xml">Read file from ZIP archive</sample>
<sample name="OpenOffice - content.xml" href="sources/simple-swx.xml">
Use again the ZIP source getting a zipped file as OpenOffice files are ZIP archives
</sample>
</group>
<group name="XModule Source">
<sample name="Create"
href="xmodule-source/insert?file=test.xml&amp;url=xmodule:session-attr:test">
Populate a session attribute "test" with a dom tree created from the file "test.xml".
</sample>
<sample name="Read"
href="xmodule-source/test-view?url=xmodule:session-attr:test&amp;xPathIn=page/body">
Read xml from the session attribute "test" at the XPath position "page/body".
</sample>
<sample name="Insert"
href="xmodule-source/insert?file=insert.xml&amp;url=xmodule:session-attr:test&amp;xPathOut=page/body/p">
Insert a dom tree created from the file "insert.xml", at the
XPath position "page/body/p" in the session attribute "test".
</sample>
<sample name="Delete"
href="xmodule-source/delete?url=xmodule:session-attr:test&amp;xPath=page/body/p">
Delete the content at theXPath position "page/body/p" in the
session attribute "test".
</sample>
</group>
<group name="Module Source">
<sample name="Request URI"
href="module-source/test1">
Use a source that reads from a request URI.
</sample>
<sample name="Text field"
href="module-source/test2">
Use a source that reads from a input text field.
</sample>
<sample name="XML text field"
href="module-source/test4">
Read XML data from a text field. Also demonstrates the use of
input from multi part mime posts and require that uploads are
enabled in web.xml.
</sample>
</group>
</samples>