Hi,

At Fri, 24 Feb 2006 18:36:41 -0000,
Caroline Maynard wrote:
> 
> --- phpdoc/en/reference/sdo/functions/SDO-Sequence-insert.xml:1.6     Fri Dec 
> 16 22:39:37 2005
> +++ phpdoc/en/reference/sdo/functions/SDO-Sequence-insert.xml Fri Feb 24 
> 18:36:40 2006
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.6 $ -->
> +<!-- $Revision: 1.7 $ -->
>  <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
> -->
>  <refentry id="function.SDO-Sequence-insert">
>   <refnamediv>
> @@ -58,7 +58,8 @@
>       </term>
>       <listitem>
>        <para>
> -       Either a property index or property name, 
> +       Either a property index, a property name, or an
> +       <link linkend='sdo.class.sdomodel_property'>SDO_Model_Property</link>,
>         used to identify a property in the sequence's 
>         corresponding SDO_DataObject.
>         A value of NULL signifies unstructured text.

> --- phpdoc/en/reference/sdo/functions/SDO-DataObject-createDataObject.xml:1.6 
> Fri Dec 16 22:39:36 2005
> +++ phpdoc/en/reference/sdo/functions/SDO-DataObject-createDataObject.xml     
> Fri Feb 24 18:36:40 2006
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.6 $ -->
> +<!-- $Revision: 1.7 $ -->
>  <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
> -->
>  <refentry id="function.SDO-DataObject-createDataObject">
>   <refnamediv>
> @@ -38,7 +38,8 @@
>        <para>
>         Identifies the property for the data object type to be created.
>         Can be either a property name (string),
> -       or property index (int).
> +       a property index (int), or an
> +       <link linkend='sdo.class.sdomodel-property'>SDO_Model_Property</link>.
>        </para>
>       </listitem>
>      </varlistentry>

These modifications causes the following messages when we 'configure'
the manual.

  Created file: entities/missing-ids.xml
  * id="sdo.class.sdomodel-property"
  * id="sdo.class.sdomodel_property"

so, I think the following modification is needed.

Index: en/reference/sdo/functions/SDO-DataObject-createDataObject.xml
===================================================================
RCS file:
/repository/phpdoc/en/reference/sdo/functions/SDO-DataObject-createDataObject.xml,v
retrieving revision 1.7
diff -u -r1.7 SDO-DataObject-createDataObject.xml
--- en/reference/sdo/functions/SDO-DataObject-createDataObject.xml 24 Feb 2006 
18:36:40 -0000      1.7
+++ en/reference/sdo/functions/SDO-DataObject-createDataObject.xml 25 Feb 2006 
01:52:00 -0000
@@ -39,7 +39,7 @@
        Identifies the property for the data object type to be created.
        Can be either a property name (string),
        a property index (int), or an
-       <link linkend='sdo.class.sdomodel-property'>SDO_Model_Property</link>.
+       <link linkend='sdo.class.sdo-property'>SDO_Model_Property</link>.
       </para>
      </listitem>
     </varlistentry>
Index: en/reference/sdo/functions/SDO-Sequence-insert.xml
===================================================================
RCS file:
/repository/phpdoc/en/reference/sdo/functions/SDO-Sequence-insert.xml,v
retrieving revision 1.7
diff -u -r1.7 SDO-Sequence-insert.xml
--- en/reference/sdo/functions/SDO-Sequence-insert.xml  24 Feb 2006 18:36:40 
-0000      1.7
+++ en/reference/sdo/functions/SDO-Sequence-insert.xml  25 Feb 2006 01:52:00 
-0000
@@ -59,7 +59,7 @@
      <listitem>
       <para>
        Either a property index, a property name, or an
-       <link linkend='sdo.class.sdomodel_property'>SDO_Model_Property</link>,
+       <link linkend='sdo.class.sdo-property'>SDO_Model_Property</link>,
        used to identify a property in the sequence's
        corresponding SDO_DataObject.
        A value of NULL signifies unstructured text.


-- 
TAKAGI Masahiro mailto:[EMAIL PROTECTED]

Reply via email to