blob: b115cfc3c43cec1364555596dcbe3cf1e3ddbbde [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- CVS $Id: samples.xml,v 1.3 2003/10/23 01:45:34 ghoward Exp $ -->
<samples name="Using Sources" xmlns:xlink="http://www.w3.org/1999/xlink">
<group name="Back">
<sample name="Back" href="../">
Back to the samples home page.
</sample>
</group>
<group name="Static XML With Static XSL">
<sample name="All Static" href="all-static">
This is the simpliest sample, similar to the "Hello World!".
</sample>
</group>
<group name="Obtaining XSP Source">
<sample name="Plain XSP" href="xsp-file">
Source is obtained from local file
</sample>
<sample name="This sitemap XSP" href="xsp-cocoon">
Source is obtained via cocoon:/xsp-source
</sample>
<sample name="Root sitemap XSP" href="xsp-cocoon-root">
Source is obtained via cocoon://sub/xsp-source
</sample>
<sample name="External XSP" href="xsp-http">
Source is obtained via http://&lt;serverName&gt;[:&lt;serverPort&gt;][/&lt;contextPath&gt;]/samples/sources/xsp-source
</sample>
<sample name="Dynamic XSP" href="xsp-dynamic">
Source is generated dynamically and obtained as Cocoon source cocoon:/xsp-dynamic-source
</sample>
</group>
<group name="Obtaining XSL Source">
<sample name="Plain XSL" href="xsl-file">
XSL is obtained from local file
</sample>
<sample name="This sitemap XSL" href="xsl-cocoon">
XSL is obtained via cocoon:/xsl-source, processed by this sitemap directly.
</sample>
<sample name="Root sitemap XSL" href="xsl-cocoon-root">
XSL is obtained via cocoon://sub/xsp-source, processed by root sitemap.
</sample>
<sample name="External XSL" href="xsl-http">
XSL is obtained via http://&lt;serverName&gt;[:&lt;serverPort&gt;][/&lt;contextPath&gt;]/samples/sources/xsl-source
</sample>
<sample name="Dynamic XSL" href="xsl-dynamic">
XSL is dynamically generated and obtained as Cocoon source cocoon:/xsl-dynamic-source.
</sample>
</group>
<group name="Dynamic XSP With Dynamic XSL">
<sample name="All Dynamic" href="all-dynamic">
Combines last XSP sample with last XSL sample: XSP is obtained via Cocoon
source cocoon:/xsp-dynamic-source, and processed by XSL obtained via Cocoon
source cocoon:/xsl-dynamic-source.
</sample>
</group>
<group name="Uploaded XML through Static XSL">
<sample name="Uploaded XML" href="xml-upload">
Demonstrates use of upload:// pseudo-protocol.
</sample>
</group>
</samples>