blob: 688a10fa50035c4ae56ae66becd7be4cca411b5a [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--+
| $Id$
+-->
<samples name="Using Sources">
<group name="Back">
<sample name="Back" href="../">
Back to the samples home page.
</sample>
</group>
<group name="Note">
<note>
Some of these samples require XSP to be present in order to work.
</note>
</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:/source
</sample>
<sample name="Root sitemap XSP" href="xsp/cocoon-root">
Source is obtained via cocoon://sub/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:/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/xsl-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="xsp/all-dynamic">
Combines last XSP sample with last XSL sample: XSP is obtained via Cocoon
source cocoon:/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>
<group name="ZIP Source">
<sample name="Simple ZIP source example" href="zip/test.xml">
Read test.xml file from test.zip ZIP archive
</sample>
<sample name="OpenOffice - content.xml" href="zip/content.xml">
Read content.xml file out of test.sxw OpenOffice document.
</sample>
</group>
</samples>