| This page is served by sub-sitemap! |
| Back -
to the samples main page
|
|
|
| Static XML With Static XSL |
| All Static -
This is the simpliest sample, similar to "hello world" on the main page.
|
|
|
| Obtaining XSP Source |
| Plain XSP -
Source is obtained from local file
|
| This sitemap XSP -
Source is obtained via cocoon:/xsp-source
|
| Root sitemap XSP -
Source is obtained via cocoon://sub/xsp-source
|
| External XSP -
Source is obtained via http://localhost:8080/cocoon/sub/xsp-source
(Note: if you run Cocoon on another host/port, you have to edit sub-sitemap)
|
| Dynamic XSP -
Source is generated dynamically and obtained as Cocoon source cocoon:/xsp-dynamic-source
|
|
|
|
| Obtaining XSL Source |
| Plain XSL -
XSL is obtained from local file
|
| This sitemap XSL -
XSL is obtained via cocoon:/xsl-source, processed by this sitemap directly.
|
| Root sitemap XSL -
XSL is obtained via cocoon://sub/xsp-source, processed by root sitemap.
|
| External XSL -
XSL is obtained via http://localhost:8080/cocoon/sub/xsl-source
(Note: if you run Cocoon on another host/port, you have to edit sub-sitemap)
|
| Dynamic XSL -
XSL is dynamically generated and obtained as Cocoon source cocoon:/xsl-dynamic-source.
|
|
|
| Dynamic XSP With Dynamic XSL |
| 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.
|
|
|
| System pages |
| Sitemap -
shows the source file of this sitemap. Located in the file sub/sitemap.xmap
|
| Error -
Error is generated in sub-sitemap and processed in main sitemap
|
| Not Found -
Customized Resource Not Found page
|
|
|
|