home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / components-samples.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  2.3 KB  |  66 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17.  
  18. <!-- CVS $Id: components-samples.xml,v 1.8 2004/04/08 20:15:20 ugo Exp $ -->
  19.  
  20. <samples xmlns:xlink="http://www.w3.org/1999/xlink" name="Components Samples">
  21.   
  22.   <group name="Back">
  23.    <sample name="Back" href="./">
  24.     Back to the samples home page.
  25.    </sample>
  26.    <note>
  27.      These are just some of the many facilities that are included with the
  28.      core. See the main documentation for descriptions of all available
  29.      components.
  30.    </note>
  31.   </group>
  32.  
  33.   <group name="Generators">
  34.     <sample href="stream/uploadstring" name="Stream parameter value" xlink:role="dynamic">
  35.       An example getting a parameter value streamed into a pipeline using StreamGenerator.
  36.     </sample>   
  37.     <sample href="stream/uploadfile" name="Stream upload file" xlink:role="dynamic">
  38.       An example getting an uploaded file streamed into a pipeline using StreamGenerator.
  39.     </sample>   
  40.     <sample href="request.html" name="Request Page">
  41.       This example shows the usage of the RequestGenerator.
  42.     </sample>
  43.     <sample href="imagereader/list" name="Image Directory Generator">
  44.       Read a directory, process images and find their attributes.
  45.     </sample>
  46.     <sample href="cal" name="Calendar Generator">
  47.       Generate a calendar for any month and year.
  48.     </sample>
  49.   </group>
  50.  
  51.   <group name="Transformers">
  52.     <sample href="paginator/" name="Paginator">
  53.       Examples of Paginator transformer usage
  54.     </sample> 
  55.     <sample href="filter/" name="FilterTransformer">
  56.       Examples of filter transformer usage
  57.     </sample> 
  58.   </group>
  59.  
  60.   <group name="Readers">
  61.     <sample href="imagereader/" name="Image Reader">
  62.       Examples of ImageReader component usage
  63.     </sample>
  64.   </group>
  65. </samples>
  66.