-<!--
  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.
-->
-<!--
 CVS $Id: samples.xml 433543 2006-08-22 06:22:54Z crossley $ 
-->
-<samples name="iText 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="Simple iText examples">
<sample name="Hello, PDF world!" href="hello.pdf"> The well-known hello.xml document rendered as PDF. </sample>
<sample name="iText document" href="misc/minimal.itext.xml"> Source document used by iText in the next example. </sample>
<sample name="PDF output" href="misc/minimal.pdf"> PDF version of the above document </sample>
</group>
-<group name="XSP + iText caching test">
<sample name="PDF with pageKey=ONE, 250 pages" href="cache-test-250.pdf?pageKey=ONE&other=xyz&validity=60"> Needs the serverpages generator to generate input, see generated document or sitemap for info. </sample>
<sample name="PDF with pageKey=TWO, 125 pages" href="cache-test-125.pdf?pageKey=TWO&validity=45"> Uses a different pageKey value to check that both are cached separately. </sample>
</group>
-<group name="Resources">
<sample name="iText web site" href="http://www.lowagie.com/iText/"> iText reference information </sample>
</group>
</samples>