Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 25052 invoked by uid 500); 23 Jan 2002 08:14:11 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 25043 invoked by uid 500); 23 Jan 2002 08:14:11 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 23 Jan 2002 08:14:09 -0000 Message-ID: <20020123081409.36081.qmail@icarus.apache.org> From: cziegeler@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/webapp/docs/samples sample-dynamic.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cziegeler 02/01/23 00:14:09 Modified: . todo.xml src/webapp sitemap.xmap src/webapp/docs/samples sample-dynamic.xml Log: Added some minor notes in the samples, commented out some not working samples Revision Changes Path 1.20 +5 -1 xml-cocoon2/todo.xml Index: todo.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/todo.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- todo.xml 22 Jan 2002 13:03:59 -0000 1.19 +++ todo.xml 23 Jan 2002 08:14:08 -0000 1.20 @@ -4,7 +4,7 @@ @@ -62,6 +62,10 @@ + + Make all the examples which are currently commented out work again. + + Complete/write documentation in general. 1.18 +6 -10 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sitemap.xmap 22 Jan 2002 01:23:34 -0000 1.17 +++ sitemap.xmap 23 Jan 2002 08:14:08 -0000 1.18 @@ -98,14 +98,6 @@ false - - false - false - true - - @@ -703,13 +695,17 @@ - + + + - + + + 1.3 +13 -4 xml-cocoon2/src/webapp/docs/samples/sample-dynamic.xml Index: sample-dynamic.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/docs/samples/sample-dynamic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sample-dynamic.xml 22 Jan 2002 14:37:32 -0000 1.2 +++ sample-dynamic.xml 23 Jan 2002 08:14:08 -0000 1.3 @@ -22,8 +22,9 @@ An example of the ScriptGenerator producing XML out of a Python program. - You should make sure that you have the Jython interpreter (jython.jar) from - www.jython.org in the WEB-INF/lib directory of your Cocoon webapp context. + ATTENTION: This example will not work unless you have put the Jython + interpreter (jython.jar) from www.jython.org in the WEB-INF/lib directory + of your Cocoon webapp context. An example of the VelocityGenerator producing XML out of a Velocity Template. @@ -34,19 +35,27 @@ An example of HTML Generator scraping a part of the Yahoo main page. + An example of the JSPGenerator producing XML out of using JSP. + ATTENTION: Depending on your servlet engine, this example might not work directly. + For more information on how to configure the JSP components please refer to the + documentation. An example of the JSPReader producing HTML out of using JSP. + ATTENTION: Depending on your servlet engine, this example might not work directly. + For more information on how to configure the JSP components please refer to the + documentation. @@ -67,7 +76,7 @@ Sample to illustrate file uploads. - + Live XML Feed from Slashdot. ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org