-<!--
  Copyright 1999-2004 The Apache Software Foundation

  Licensed 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.
-->
-<!--
 CVS $Id: samples.xml 388734 2006-03-25 09:13:44Z jbq $ 
-->
-<samples name="HTML Block Samples" xmlns:xlink="http://www.w3.org/1999/xlink">
-<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="HTMLGenerator">
<sample name="Cocoon News Website" href="apache"> Shows how to get remote resource and convert it to valid XHTML using HTMLGenerator. Tidy produces content in the XHTML namespace. </sample>
</group>
-<group name="NekoHTMLGenerator">
<sample name="Cocoon News Website" href="apache-neko"> Shows how to get remote resource and convert it to valid XML using NekoHTMLGenerator. Neko produces content without namespace. </sample>
</group>
-<group name="HTMLTransformer">
<sample name="XML input" href="HTMLTransformer/input.xml"> XML document containing escaped HTML, blocks of HTML code written as strings inside elements (as often found in RSS feeds) </sample>
<sample name="Parsed output" href="HTMLTransformer/parsed.xml"> HTMLTransformer applied to input.xml: escaped HTML markup is converted to XHTML </sample>
</group>
-<group name="NekoHTMLTransformer">
<sample name="XML input" href="NekoHTMLTransformer/input.xml"> XML document containing escaped HTML, blocks of HTML code written as strings inside elements (as often found in RSS feeds) </sample>
<sample name="Parsed output" href="NekoHTMLTransformer/parsed.xml"> HTMLTransformer applied to input.xml: escaped HTML markup is converted to XHTML </sample>
</group>
</samples>