vgritsenko 02/03/07 08:06:44 Modified: src/documentation/xdocs/userdocs/xsp logicsheet.xml session.xml Log: Fix XSP namespace Revision Changes Path 1.3 +8 -9 xml-cocoon2/src/documentation/xdocs/userdocs/xsp/logicsheet.xml Index: logicsheet.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/logicsheet.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- logicsheet.xml 5 Feb 2002 02:49:29 -0000 1.2 +++ logicsheet.xml 7 Mar 2002 16:06:44 -0000 1.3 @@ -110,9 +110,8 @@ <![CDATA[ <?xml version="1.0"?> -<xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" -> +<xsp:page xmlns:xsp="http://apache.org/xsp"> + <xsp:logic> // this could be arbitrarily complex Java code, JDBC queries, etc. String msg = "Hello, world!"; @@ -139,9 +138,9 @@ <?xml version="1.0"?> <xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" - xmlns:greeting="http://duke.edu/tutorial/greeting" -> + xmlns:xsp="http://apache.org/xsp" + xmlns:greeting="http://duke.edu/tutorial/greeting"> + <greeting> <greeting:hello-world/> </greeting> @@ -156,7 +155,7 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xsp="http://www.apache.org/1999/XSP/Core" + xmlns:xsp="http://apache.org/xsp" xmlns:greeting="http://duke.edu/tutorial/greeting" version="1.0"> @@ -217,8 +216,8 @@ <xsp:page xmlns:greeting="http://duke.edu/tutorial/greeting" - xmlns:xsp="http://www.apache.org/1999/XSP/Core" -> + xmlns:xsp="http://apache.org/xsp"> + <greeting> <xsp:logic> // this could be arbitrarily complex Java code, JDBC queries, etc. 1.5 +4 -4 xml-cocoon2/src/documentation/xdocs/userdocs/xsp/session.xml Index: session.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/session.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- session.xml 6 Mar 2002 03:05:23 -0000 1.4 +++ session.xml 7 Mar 2002 16:06:44 -0000 1.5 @@ -52,7 +52,7 @@ <source><![CDATA[ <xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" + xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0" create-session="true"> @@ -80,7 +80,7 @@ <?xml version="1.0"?> <xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" + xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0" create-session="true"> @@ -113,7 +113,7 @@ <strong>Using the Session logicsheet:</strong> <![CDATA[ <xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" + xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0" create-session="true"> @@ -129,7 +129,7 @@ <strong>Using the session object:</strong> <![CDATA[ <xsp:page - xmlns:xsp="http://www.apache.org/1999/XSP/Core" + xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0" create-session="true">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]