blob: bdc1e2e3f11c5358da0a96a7420cd1d12d6d271f [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 xmlns:xlink="http://www.w3.org/1999/xlink" name="Chaperon Block Samples">
<group name="Back">
<sample name="Back" href="../..">to Cocoon Samples main page</sample>
<sample name="Back" href="..">to Cocoon Blocks Samples 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 which was generated by MS Excel.
</sample>
</group>
<group name="Documentation">
<sample name="Lexical Transformer"
href="http://cocoon.apache.org/2.1/userdocs/lexer-transformer.html">
</sample>
<sample name="Parser Transformer"
href="http://cocoon.apache.org/2.1/userdocs/parser-transformer.html">
</sample>
<sample name="Pattern Transformer"
href="http://cocoon.apache.org/2.1/userdocs/pattern-transformer.html">
</sample>
<sample name="Full Chaperon documentation"
href="http://chaperon.sourceforge.net/">
</sample>
</group>
</samples>