blob: bf2f116656620f163ebb30024dfe629c5978ebf8 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<samples xmlns:xlink="http://www.w3.org/1999/xlink">
<group name="Main examples page.">
<sample name="Back" href="..">to Cocoon examples main page</sample>
</group>
<group name="Mathexp example">
<sample name="Mathexp" href="mathexp.html">This example demonstrate how
the parser can be used to parse input text, like mathematical expressions.
</sample>
</group>
<group name="Wiki examples">
<sample name="Wiki editor" href="view.do?page=index">In this example the parser is used
to build an online editor,
which is based on the very popular syntax of Wiki.
</sample>
<sample name="Wiki self-test" href="view.do?page=selftest">
A self-describing document that demonstrates and tests the Wiki grammar.
</sample>
</group>
<group name="Pattern example">
<sample name="Pattern" href="pattern.html">In this example the
PatternTransformer is used to replace links with HTML links.
</sample>
</group>
<group name="Syntax highlighting example">
<sample name="Example 1" href="org/apache/cocoon/Cocoon.java.html">The parser can also
be used to colorize some source code.
</sample>
<sample name="Example 2" href="org/apache/cocoon/Cocoon.class.html">
This example show a another view of a java class, similar to javadoc.
(The first use takes 2-3 minutes, for the parser table generation process.)
</sample>
</group>
<group name="Comma-Separated Values (CSV)">
<sample name="Stock Quote" href="quote1.html">
This example processes a CSV file and generates a table from it.
</sample>
<sample name="Excel output" href="quote2.html">
This example processes a CSV file generate by MS Excel.
</sample>
</group>
<group name="Documentation">
<sample name="Lexical Transformer"
href="../../docs/userdocs/transformers/lexer-transformer.html">
</sample>
<sample name="Parser Transformer"
href="../../docs/userdocs/transformers/parser-transformer.html">
</sample>
<sample name="Pattern Transformer"
href="../../docs/userdocs/transformers/pattern-transformer.html">
</sample>
<sample name="Full Chaperon documentation"
href="http://chaperon.sourceforge.net/">
</sample>
</group>
</samples>