ovidiu 02/04/15 17:45:51 Added: src/scratchpad/schecoon/webapp/docs samples.xml Log: Added. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/webapp/docs/samples.xml Index: samples.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd"> <document> <header> <title>Apache Cocoon - Examples</title> <authors> <person name="Ovidiu Predescu" email="[EMAIL PROTECTED]"/> </authors> </header> <body> <s1 title="Examples"> <p>This page contains shows some examples built using the control flow layer available in Cocoon.</p> <p>Some of these examples use continuations in their implementation to manage the flow from one page to the other, while other pass a continuation identifier in the generated page.</p> <ul> <li><link href="examples/calc/">Calculator</link> - a simple example using continuations to maintain the state between requests.</li> </ul> </s1> </body> </document>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]