reinhard    2003/07/10 15:12:51

  Modified:    src/blocks/web3/java/org/apache/cocoon/components/web3
                        Web3.java
               src/blocks/web3/samples/resources info.xml
               src/blocks/web3/samples/stylesheets proper.xsl rfc2html.xsl
               src/documentation/xdocs/developing web3.xml
  Log:
  - change namespace to http://apache.org/cocoon/Web3-Rfc/1.0
  
  Revision  Changes    Path
  1.4       +3 -2      
cocoon-2.1/src/blocks/web3/java/org/apache/cocoon/components/web3/Web3.java
  
  Index: Web3.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/web3/java/org/apache/cocoon/components/web3/Web3.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Web3.java 6 May 2003 14:12:59 -0000       1.3
  +++ Web3.java 10 Jul 2003 22:12:50 -0000      1.4
  @@ -54,11 +54,12 @@
    * Constants in Web3.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Michael Gerzabek</a>
  + * @since 2.1
    * @version CVS $Id$
    */
   public interface Web3 {
       
  -    String URI                 = "http://efp.cc/Web3-Rfc/2.0";;
  +    String URI                 = "http://apache.org/cocoon/Web3-Rfc/1.0";;
   
       String INCLUDE_ELEM        = "include";
       String INCLUDE_NAME_ATTR   = "name";
  
  
  
  1.2       +1 -1      cocoon-2.1/src/blocks/web3/samples/resources/info.xml
  
  Index: info.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/web3/samples/resources/info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- info.xml  9 Mar 2003 00:06:43 -0000       1.1
  +++ info.xml  10 Jul 2003 22:12:50 -0000      1.2
  @@ -1,4 +1,4 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<page xmlns:rfc="http://efp.cc/Web3-Rfc/2.0";>
  +<page xmlns:rfc="http://apache.org/cocoon/Web3-Rfc/1.0";>
        <rfc:include name="RFC_SYSTEM_INFO"/>
   </page>
  
  
  
  1.3       +6 -2      cocoon-2.1/src/blocks/web3/samples/stylesheets/proper.xsl
  
  Index: proper.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/web3/samples/stylesheets/proper.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- proper.xsl        6 May 2003 14:13:01 -0000       1.2
  +++ proper.xsl        10 Jul 2003 22:12:50 -0000      1.3
  @@ -5,7 +5,11 @@
        @version CVS $Id$
   -->
   
  -<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:rfc="http://efp.cc/Web3-Rfc/1.0";>
  +<xsl:stylesheet 
  +    version="1.0" 
  +    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  +    xmlns:rfc="http://apache.org/cocoon/Web3-Rfc/1.0";>
  +    
        <xsl:template match="rfc:export">
                <export>
                        <xsl:apply-templates/>
  
  
  
  1.3       +1 -1      
cocoon-2.1/src/blocks/web3/samples/stylesheets/rfc2html.xsl
  
  Index: rfc2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/web3/samples/stylesheets/rfc2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rfc2html.xsl      6 May 2003 14:13:01 -0000       1.2
  +++ rfc2html.xsl      10 Jul 2003 22:12:50 -0000      1.3
  @@ -2,7 +2,7 @@
   
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  -                xmlns:rfc="http://efp.cc/Web3-Rfc/1.0";>
  +                xmlns:rfc="http://apache.org/cocoon/Web3-Rfc/1.0";>
   
        <xsl:template match="/">
                <html>
  
  
  
  1.3       +5 -4      cocoon-2.1/src/documentation/xdocs/developing/web3.xml
  
  Index: web3.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/developing/web3.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web3.xml  19 Mar 2003 15:48:41 -0000      1.2
  +++ web3.xml  10 Jul 2003 22:12:50 -0000      1.3
  @@ -82,7 +82,7 @@
                                           <td>@level</td><td>if @trace is 
<code>true</code> set the trace-level to your prefered value. Please refer to 
the JCO's documentation about tracing.</td>
                       </tr>
                       <tr>
  -                                                             
<td>@size</td><td>denotes the pool-size of your sap connection pool. Be aware 
that this is a hard-limited pool.</td>
  +                                        <td>@size</td><td>denotes the 
pool-size of your sap connection pool. Be aware that this is a hard-limited 
pool.</td>
                       </tr>
                                </table>
                        </s2>
  @@ -111,7 +111,7 @@
   
                <s1 title="Implementing your own RFC's">
                        <p>First of all you have to setup your markup with the 
right Namespace</p>
  -                     <source><![CDATA[<page 
xmlns:rfc="http://efp.cc/Web3-Rfc/2.0";>
  +                     <source><![CDATA[<page 
xmlns:rfc="http://apache.org/cocoon/Web3-Rfc/1.0";>
        ...
   </page>]]></source>
                        <p>After doing so you can enter RFC-mappings with the 
following syntax. You will see this is a very easy task and you will enjoy
  @@ -250,7 +250,7 @@
                                The included example demonstrates a more 
complex function call. Keep in mind that the correct execution
                                depends on the local customizing settings of 
the connected SAP System.
                        </p>
  -                     <source><![CDATA[<page 
xmlns:rfc="http://efp.cc/Web3-Rfc/1.0";>
  +                     <source><![CDATA[<page 
xmlns:rfc="http://apache.org/cocoon/Web3-Rfc/1.0";>
     <rfc:include name="XXX" streamer="XXX">
       <rfc:import>
         <rfc:structure name="XXX">
  @@ -298,7 +298,8 @@
                </s1>
                <s1 title="Further questions">
                        <p>
  -                             Enjoy using Web3. For further questions feel 
free to contact the author <link href="mailto:[EMAIL PROTECTED]">Michael 
Gerzabek</link>
  +                             Enjoy using Web3. For further questions feel 
free to contact the author 
  +                             <link href="mailto:[EMAIL PROTECTED]">Michael 
Gerzabek</link>
                        </p>
                </s1>
                <figure src="images/cocoon-built.gif" alt="Built with Apache 
Cocoon"/>
  
  
  

Reply via email to