vgritsenko    02/01/22 06:23:56

  Modified:    src/documentation/xdocs/userdocs/xsp session.xml
  Log:
  Change namespace to the current one. Thanks to Christian Zoffoli 
[[EMAIL PROTECTED]]
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session.xml       3 Jan 2002 12:31:06 -0000       1.1
  +++ session.xml       22 Jan 2002 14:23:56 -0000      1.2
  @@ -44,7 +44,7 @@
   working with this (or any) logicsheet.</p>
   
   <p>To use the Session logicsheet, you must first declare the <em>session</em>
  -namespace, mapping it to the uri <em>http://www.apache.org/1999/XSP/Session</em>.
  +namespace, mapping it to the uri <em>http://apache.org/xsp/session/2.0</em>.
   Also, to ensure that you have a session to work with, you must set the 
   <code>create-session</code> attribute in the xsp:page element to true.  This
   will retrieve the existing session, or create a new one if the current one is
  @@ -53,7 +53,7 @@
   <source><![CDATA[
   <xsp:page
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  -  xmlns:session="http://www.apache.org/1999/XSP/Session";
  +  xmlns:session="http://apache.org/xsp/session/2.0";
     create-session="true"
   >
   ...
  @@ -82,7 +82,7 @@
   
   <xsp:page
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  -  xmlns:session="http://www.apache.org/1999/XSP/Session";
  +  xmlns:session="http://apache.org/xsp/session/2.0";
     create-session="true"
   >
     <html>
  @@ -114,7 +114,7 @@
   <![CDATA[
   <xsp:page
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  -  xmlns:session="http://www.apache.org/1999/XSP/Session";
  +  xmlns:session="http://apache.org/xsp/session/2.0";
     create-session="true"
   >
     <page>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to