nlopess         Tue Jul 19 07:37:38 2005 EDT

  Added files:                 
    /phpdoc/en/reference/sdo_das_xml    .cvsignore 

  Modified files:              
    /phpdoc/entities    global.ent 
    /phpdoc/en/reference/sdo    reference.xml 
    /phpdoc/en/reference/sdo_das_xml    reference.xml 
    /phpdoc/en/reference/sdodasrel      reference.xml 
  Log:
  use entities for urls
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.233&r2=1.234&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.233 phpdoc/entities/global.ent:1.234
--- phpdoc/entities/global.ent:1.233    Wed Jul  6 09:31:16 2005
+++ phpdoc/entities/global.ent  Tue Jul 19 07:37:35 2005
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.233 2005/07/06 13:31:16 gui Exp $
+ $Id: global.ent,v 1.234 2005/07/19 11:37:35 nlopess Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -116,6 +116,8 @@
 <!ENTITY url.hyperwave "http://www.hyperwave.com/";>
 <!ENTITY url.iicm "http://www.iicm.edu/";>
 <!ENTITY url.ibase "http://www.borland.com/interbase/";>
+<!ENTITY url.ibm.sdo 
"http://www-128.ibm.com/developerworks/java/library/j-commonj-sdowmt/";>
+<!ENTITY url.ibm.sdo.spec 
"ftp://www6.software.ibm.com/software/developer/library/j-commonj-sdowmt/Commonj-SDO-Specification-v2.0.pdf";>
 <!ENTITY url.ibmdb2 "http://www-306.ibm.com/software/data/db2/";>
 <!ENTITY url.iis "http://support.microsoft.com/kb/q160422/";>
 <!ENTITY url.iiscfg "http://www.genusa.com/iis/iiscfg.html";>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.1 
phpdoc/en/reference/sdo/reference.xml:1.2
--- phpdoc/en/reference/sdo/reference.xml:1.1   Mon Jul 18 16:42:58 2005
+++ phpdoc/en/reference/sdo/reference.xml       Tue Jul 19 07:37:37 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.sdo">
   <title>SDO Functions</title>
@@ -47,7 +47,7 @@
       </para>
       <para>
         This extension is derived from concepts taken from the
-        <ulink 
url='http://www-128.ibm.com/developerworks/java/library/j-commonj-sdowmt/'>
+        <ulink url='&url.ibm.sdo;'>
           Service Data Objects specification
         </ulink>
 .
@@ -61,7 +61,7 @@
       </para>
       <para>
         SDO <link linkend="ref.sdo-das-xml">XML Data Access Service</link>, 
which is built as part of this extension, requires libxml2 
-        (Tested with libxml2 2.6.19) which can be downloaded from  <ulink 
url='http://xmlsoft.org/downloads.html'>http://xmlsoft.org/downloads.html</ulink>"
+        (Tested with libxml2 2.6.19) which can be downloaded from  <ulink 
url='&url.libxml;'>&url.libxml;</ulink>"
       </para>
     </section>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.1 
phpdoc/en/reference/sdo_das_xml/reference.xml:1.2
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.1   Tue Jul 19 07:16:59 2005
+++ phpdoc/en/reference/sdo_das_xml/reference.xml       Tue Jul 19 07:37:37 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.sdo-das-xml">
   <title>SDO XML Data Access Service Functions</title>
@@ -54,7 +54,7 @@
    <section id='sdo-das-xml.limitations'>
       <title>Limitations</title>
       <para>
-     The <ulink 
url='http://www-128.ibm.com/developerworks/java/library/j-commonj-sdowmt/'>SDO 
2.0 specification</ulink> defines the mapping between XML types and SDO types.  
With Java SDO, this mapping is implemented by the XMLHelper.  With SDO for PHP, 
this mapping is implemented by the XML Data Access Services.  The XML DAS 
implements the mapping described in the SDO 2.0 specification with the 
following restrictions:
+     The <ulink url='&url.ibm.sdo;'>SDO 2.0 specification</ulink> defines the 
mapping between XML types and SDO types.  With Java SDO, this mapping is 
implemented by the XMLHelper.  With SDO for PHP, this mapping is implemented by 
the XML Data Access Services.  The XML DAS implements the mapping described in 
the SDO 2.0 specification with the following restrictions:
       </para>
 
       <procedure id='sdo-das-xml.limitations.simpletypes'>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.2 
phpdoc/en/reference/sdodasrel/reference.xml:1.3
--- phpdoc/en/reference/sdodasrel/reference.xml:1.2     Tue Jul 19 07:11:33 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Tue Jul 19 07:37:37 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.sdo.das.rel">
     <title>SDO Relational Data Access Service Functions</title>
@@ -180,7 +180,7 @@
                        Many of the examples are illustrated with a three-table 
database that contains companies, departments within those companies, and 
employees that work in those departments.
                        This example is used in a number of places within the 
SDO literature.
                        See the examples section of the
-                <ulink 
url='ftp://www6.software.ibm.com/software/developer/library/j-commonj-sdowmt/Commonj-SDO-Specification-v2.0.pdf'>Service
 Data Objects specification</ulink>
+                <ulink url='&url.ibm.sdo.spec;'>Service Data Objects 
specification</ulink>
                        or the
                 <link linkend="sdo.examples">Examples</link>
                        section of the documentation for the SDO extension.

http://cvs.php.net/co.php/phpdoc/en/reference/sdo_das_xml/.cvsignore?r=1.1&p=1
Index: phpdoc/en/reference/sdo_das_xml/.cvsignore
+++ phpdoc/en/reference/sdo_das_xml/.cvsignore
functions.xml

Reply via email to