-<!--
  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: components-samples.xml 30932 2004-07-29 17:35:38Z vgritsenko $ 
-->
-<samples name="Components Samples" xmlns:xlink="http://www.w3.org/1999/xlink">
-<group name="Back">
<sample name="Back" href="./"> Back to the samples home page. </sample>
<note> These are just some of the many facilities that are included with the core. See the main documentation for descriptions of all available components. </note>
</group>
-<group name="Generators">
<sample href="stream/uploadstring" name="Stream parameter value" xlink:role="dynamic"> An example getting a parameter value streamed into a pipeline using StreamGenerator. </sample>
<sample href="stream/uploadfile" name="Stream upload file" xlink:role="dynamic"> An example getting an uploaded file streamed into a pipeline using StreamGenerator. </sample>
<sample href="request.html" name="Request Page"> This example shows the usage of the RequestGenerator. </sample>
<sample href="imagereader/list" name="Image Directory Generator"> Read a directory, process images and find their attributes. </sample>
<sample href="cal" name="Calendar Generator"> Generate a calendar for any month and year. </sample>
</group>
-<group name="Transformers">
<sample href="paginator/" name="Paginator"> Examples of Paginator transformer usage </sample>
<sample href="filter/" name="FilterTransformer"> Examples of filter transformer usage </sample>
</group>
-<group name="Readers">
<sample href="imagereader/" name="Image Reader"> Examples of ImageReader component usage </sample>
</group>
</samples>