stefano 2003/03/19 07:48:41
Modified: src/documentation/xdocs/developing web3.xml
Log:
removed dependencies on the web3 block samples that caused potential broken links
Revision Changes Path
1.2 +1 -10 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web3.xml 9 Mar 2003 00:07:44 -0000 1.1
+++ web3.xml 19 Mar 2003 15:48:41 -0000 1.2
@@ -109,17 +109,8 @@
</s1>
- <s1 title="Test the installation">
- <p>
- After you configured your Web3 environment you may
want to test your connection. In SAP world there is a typical
- Remote Function available called RFC_SYSTEM_INFO. It
returns some basic configuration data about your SAP-System.
- To call this Remote Function point your browser <link
href="../../samples/web3/info.xml">here</link>.
- </p>
- </s1>
-
<s1 title="Implementing your own RFC's">
- <p>Now that you've established your own Web3-connection you
may want to test some extra Functions. First of all you have
- to setup your markup with the right Namespace</p>
+ <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">
...
</page>]]></source>