mfp             Thu Jul 21 06:14:43 2005 EDT

  Modified files:              
    /phpdoc/en/reference/sdo_das_xml    reference.xml 
    /phpdoc/en/reference/sdo_das_xml/functions  
                                                SDO-DAS-XML-loadFromString.xml 
                                                
SDO-DAS-XML-Document-getXMLDeclaration.xml 
                                                
SDO-DAS-XML-Document-setXMLDeclaration.xml 
                                                
SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml 
                                                SDO-DAS-XML-create.xml 
                                                SDO-DAS-XML-loadFromFile.xml 
                                                
SDO-DAS-XML-createDataObject.xml 
  Log:
  WS only. Shorten all lines to 78 chars or less.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.3 
phpdoc/en/reference/sdo_das_xml/reference.xml:1.4
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.3   Wed Jul 20 06:59:47 2005
+++ phpdoc/en/reference/sdo_das_xml/reference.xml       Thu Jul 21 06:14:42 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- 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>
@@ -13,30 +13,40 @@
     &warn.experimental;
    </para>
    <para>
-    In order to use the XML Data Access Service for Service Data Objects, you 
will need to understand some of the concepts behind SDO: the data graph, the 
data object, XPath and property expressions, and so on.
+    In order to use the XML Data Access Service for Service Data Objects,
+    you will need to understand some of the concepts behind SDO:
+    the data graph, the data object, XPath and property expressions,
+    and so on.
     If you are not familiar with these ideas, you might want to look first at
     <link linkend='ref.sdo'>the section on SDO</link>
     .
    </para>
    <para>
-    The job of the XML DAS is to move data between the application and an XML 
data source.
-    In order to do this it needs to be told the XML schema the XML should 
follow.
-    This model information is used to ensure conformance of XML being written 
out, and also to ensure that
-    modifications made to an SDO originating from XML follow the model 
described by the XML schema.
+    The job of the XML DAS is to move data between the
+    application and an XML data source.
+    In order to do this it needs to be told the
+    XML schema the XML should follow.
+    This model information is used to ensure conformance
+    of XML being written out, and also to ensure that
+    modifications made to an SDO originating from XML
+    follow the model described by the XML schema.
    </para>
    <para>
-    The XML DAS currently supports reading/writing XML to/from a file or an 
http URL (for example, to support RSS feeds).
+    The XML DAS currently supports reading/writing XML
+    to/from a file or an http URL (for example, to support RSS feeds).
    </para>
   </section>
 
   <section id="sdo-das-xml.requirements">
    &reftitle.required;
    <para>
-    The SDO XML Data Access Service requires PHP 5.1 or higher.  It is 
packaged with the SDO extension and requires SDO to have been installed.
+    The SDO XML Data Access Service requires PHP 5.1 or higher.
+    It is packaged with the SDO extension and requires
+    SDO to have been installed.
     See the
     <link linkend="sdo.installation">SDO installation instructions</link>
     for steps on how to do this.
-   </para>                  
+   </para>
   </section>
 
   <section id="sdo-das-xml.installation">
@@ -49,29 +59,38 @@
    </para>
   </section>
  
+
   <section id='sdo-das-xml.limitations'>
    <title>Limitations</title>
    <para>
     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:
+    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'>
     <title>XML Simple Types</title>
     <step>
      <para>
-      Simple Type with abstract="true" - no PHP support for SDO abstract types.
+      Simple Type with abstract="true"
+      - no PHP support for SDO abstract types.
      </para>
     </step>
     <step>
      <para>
-      Simple Type with sdoJava:instanceClass - no PHP equivalent provided.
+      Simple Type with sdoJava:instanceClass
+      - no PHP equivalent provided.
      </para>
     </step>
     <step>
      <para>
-      Simple Type with sdoJava:extendedInstanceClass - no PHP equivalent 
provided.
+      Simple Type with sdoJava:extendedInstanceClass
+      - no PHP equivalent provided.
      </para>
     </step>
     <step>
@@ -90,22 +109,26 @@
     <title>XML Complex Types</title>
     <step>
      <para>
-      Complex Type with abstract="true" - no PHP support for SDO abstract 
types.
+      Complex Type with abstract="true"
+      - no PHP support for SDO abstract types.
      </para>
     </step>
     <step>
      <para>
-      Complex Type with sdo:aliasName - no PHP support for SDO Type aliases.
+      Complex Type with sdo:aliasName
+      - no PHP support for SDO Type aliases.
      </para>
     </step>
     <step>
      <para>
-      Complex Type with open content - no PHP support for SDO open types.
+      Complex Type with open content
+      - no PHP support for SDO open types.
      </para>
     </step>
     <step>
      <para>
-      Complex Type with open attribute - no PHP support for SDO open types.
+      Complex Type with open attribute
+      - no PHP support for SDO open types.
      </para>
     </step>
    </procedure>
@@ -114,17 +137,20 @@
     <title>XSD Attribute</title>
     <step>
      <para>
-      Attribute with sdo:aliasName - no PHP support for SDO property aliases.
+      Attribute with sdo:aliasName
+      - no PHP support for SDO property aliases.
      </para>
     </step>
     <step>
      <para>
-      Attribute with default value - no PHP support for SDO property defaults.
+      Attribute with default value
+      - no PHP support for SDO property defaults.
      </para>
     </step>
     <step>
      <para>
-      Attribute with fixed value - no PHP support for SDO read-only properties 
or default values.
+      Attribute with fixed value
+      - no PHP support for SDO read-only properties or default values.
      </para>
     </step>
     <step>
@@ -134,17 +160,21 @@
     </step>
     <step>
      <para>
-      Attribute with sdo:string - no support for sdo:string="true".
+      Attribute with sdo:string
+      - no support for sdo:string="true".
      </para>
     </step>
     <step>
      <para>
-      Attribute referencing a DataObject with sdo:propertyType - no support 
for sdo:propertyType="...".
+      Attribute referencing a DataObject with
+      sdo:propertyType - no support for sdo:propertyType="...".
      </para>
     </step>
     <step>
      <para>
-      Attribute with bi-directional property to a DataObject with 
sdo:oppositeProperty and sdo:propertyType - no PHP support for SDO opposite.
+      Attribute with bi-directional property to a DataObject with
+      sdo:oppositeProperty and sdo:propertyType
+      - no PHP support for SDO opposite.
      </para>
     </step>
    </procedure>
@@ -153,7 +183,8 @@
     <title>XSD Elements</title>
     <step>
      <para>
-      Element with sdo:aliasName - no PHP support for SDO property aliases.
+      Element with sdo:aliasName
+      - no PHP support for SDO property aliases.
      </para>
     </step>
     <step>
@@ -177,27 +208,33 @@
     <title>XSD Elements with Simple Type</title>
     <step>
      <para>
-      Element of SimpleType with default - no PHP support for SDO defaults
+      Element of SimpleType with default
+      - no PHP support for SDO defaults
      </para>
     </step>
     <step>
      <para>
-      Element of SimpleType with fixed value -  - no PHP support for SDO 
read-only properties or default values.
+      Element of SimpleType with fixed value
+      - no PHP support for SDO read-only properties or default values.
      </para>
     </step>
     <step>
      <para>
-      Element of SimpleType with sdo:string - no support for sdo:string="true".
+      Element of SimpleType with sdo:string
+      - no support for sdo:string="true".
      </para>
     </step>
     <step>
      <para>
-      Element referencing a DataObject with sdo:propertyType  - no support for 
sdo:propertyType="..."
+      Element referencing a DataObject with
+      sdo:propertyType  - no support for sdo:propertyType="..."
      </para>
     </step>
     <step>
      <para>
-      Element with bi-directional reference to a DataObject with 
sdo:oppositeProperty and sdo:propertyType - no PHP support for SDO opposite.
+      Element with bi-directional reference to a DataObject with
+      sdo:oppositeProperty and sdo:propertyType
+      - no PHP support for SDO opposite.
      </para>
     </step>
    </procedure>
@@ -212,24 +249,37 @@
     described in the
     <link linkend="ref.sdo">SDO documentation</link>
     .
-    The examples assume the XML Schema for the letter is contained in a the 
file
+    The examples assume the XML Schema for the letter is contained in a file
     <filename>letter.xsd</filename>
     and the letter instance is in the file
     <filename>letter.xml</filename>
-    . 
+    .
    </para>
 
    <example>
     <title>Working with the SDO_DAS_XML Class</title>
     <para>
-     The following example shows how to create a SDO_DAS_XML Object and use it 
to load an instance document.
-     The SDO_XML_DAS object can be created by passing the xsd file to the 
SDO_DAS_XML::create method, which is a static method of SDO_DAS_XML Class. This 
schema file(XSD Document) can be either file available on the local file system 
or it can be an URL.
-     Once we have created the SDO_XML_DAS Object, we can use the same to load 
the instance document using loadFromFile method. loadFromString method can be 
used if want load xml instance document which is available as string.
-     On successful loading of the instance document, you will be returned with 
an object of type SDO_DAS_XML_Document. Use the getRootDataObject method of 
SDO_DAS_XML_Document class to get the root DataObject.
-     This example also tries to modify the properties of the root DataObject 
and then write the changed contents back to file system.
+     The following example shows how to create a SDO_DAS_XML Object and
+     use it to load an instance document.
+     The SDO_XML_DAS object can be created by passing the xsd file
+     to the SDO_DAS_XML::create method, which is a static method
+     of SDO_DAS_XML Class.
+     This schema file(XSD Document) can be either file available
+     on the local file system or it can be an URL.
+     Once we have created the SDO_XML_DAS Object,
+     we can use the same to load the instance document using
+     loadFromFile method.
+     loadFromString method can be used if want load xml instance document
+     which is available as string.
+     On successful loading of the instance document,
+     you will be returned with an object of type SDO_DAS_XML_Document.
+     Use the getRootDataObject method of SDO_DAS_XML_Document
+     class to get the root DataObject.
+     This example also tries to modify the properties of the root
+     DataObject and then write the changed contents back to file system.
     </para>
     <programlisting role="php" id="sdo-xml-das.examples.loadfromfile">
-<![CDATA[
+     <![CDATA[
 <?php
 try {
     $xmldas = SDO_DAS_XML::create("letter.xsd");
@@ -251,13 +301,17 @@
    <example>
     <title>Working with the SDO_DAS_XML Class</title>
     <para>
-     The above example shown, how to use the SDO_XML_DAS object to load an 
existing instance document and change the DataObject(property values) and write 
the changes back to file system.
-     This example shows, how to create the DataObjects dynamically and save 
them as a xml string. Please note that this example uses a company schema((
+     The above example shown, how to use the SDO_XML_DAS object to load an
+     existing instance document and change the DataObject(property values)
+     and write the changes back to file system.
+     This example shows, how to create the DataObjects dynamically and
+     save them as a xml string.
+     Please note that this example uses a company schema((
      <link linkend="sdo.examples">company.xsd</link>
      )) as defined in SDO samples section.
     </para>
     <programlisting role="php" id="sdo-xml-das.examples.createDataObject">
-<![CDATA[
+     <![CDATA[
 <?php
 $xmldas = SDO_DAS_XML::create("company.xsd");
 $do = $xmldas->createDataObject("companyNS", "CompanyType");
@@ -281,12 +335,15 @@
    <example>
     <title>Working with the SDO_DAS_XML Class</title>
     <para>
-     This example shows you how to create the DataObject and use the Sequence 
API (
-     <link linkend="sdo.sample.sequence">For more information on Sequence 
API</link>
+     This example shows you how to create the DataObject and use
+     the Sequence API (
+     <link linkend="sdo.sample.sequence">
+      For more information on Sequence API
+     </link>
      ) to construct a letter containing unstructured text.
     </para>
     <programlisting role="php" id="sdo-xml-das.examples.getSequence">
-<![CDATA[
+     <![CDATA[
 <?php 
 try {
     $xmldas = SDO_DAS_XML::create("letter.xsd");
@@ -320,10 +377,12 @@
    <example>
     <title>Working with the SDO_DAS_XML_Document Class</title>
     <para>
-     This example shows you how to use the SDO_DAS_XML_Document class. 
SDO_DAS_XML_Document class is provided to get/set XML declarations such as 
version, schema location, encoding etc.
+     This example shows you how to use the SDO_DAS_XML_Document class.
+     SDO_DAS_XML_Document class is provided to get/set
+     XML declarations such as version, schema location, encoding etc.
     </para>
     <programlisting role="php" id="sdo-xml-das.examples.sdo_das_xml_document">
-<![CDATA[
+     <![CDATA[
 <?php
 try {
     $xmldas = SDO_DAS_XML::create("letter.xsd");
@@ -348,8 +407,14 @@
   <section id='sdo-das-xml.classes'>
   &reftitle.classes;
    <para>
-    The XML DAS provides three classes. The SDO_DAS_XML which is the main 
class used to fetch the data from the XML source and also can used to write the 
data back.
-    The next one is SDO_DAS_XML_Document class, which is basically useful to 
get/set the XML declarations such as encoding, version etc. And the last class 
is SDO_DAS_XML_ParserException which will be thrown for any parser exceptions 
while loading xsd/xml file.
+    The XML DAS provides three classes.
+    The SDO_DAS_XML which is the main class used to fetch the
+    data from the XML source and also can used to write the data back.
+    The next one is SDO_DAS_XML_Document class,
+    which is basically useful to get/set the XML declarations such as
+    encoding, version etc.
+    And the last class is SDO_DAS_XML_ParserException which will
+    be thrown for any parser exceptions while loading xsd/xml file.
    </para>
 
    <section id='sdo-das-xml.class.sdo_das_xml'>
@@ -357,56 +422,78 @@
      <classname>SDO_DAS_XML</classname>
     </title>
     <para>
-     This is the main class of XML DAS, which is used fetch the data from the 
xml source and also used to write the data back. Other than the methods to load 
and save xml files, it also has a method called createDataObject which can be 
used to create an empty DataObject of a given type.
+     This is the main class of XML DAS,
+     which is used fetch the data from the xml source
+     and also used to write the data back.
+     Other than the methods to load and save xml files,
+     it also has a method called createDataObject
+     which can be used to create an empty DataObject of a given type.
     </para>
     <section id='sdo-das-xml.class.SDO_DAS_XML.methods'> &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
         <link linkend='function.SDO-DAS-XML-create'>create</link>
-        This is the only static method available in SDO_DAS_XML class. Used to 
construct SDO_XML_DAS object.
+        This is the only static method available in SDO_DAS_XML class.
+        Used to construct SDO_XML_DAS object.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-createDataObject'>createDataObject</link>
+        <link linkend='function.SDO-DAS-XML-createDataObject'>
+         createDataObject
+        </link>
         Can be used to construct the DataObject of a given type.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.SDO-DAS-XML-loadFromFile'>loadFromFile</link>
-        Loads the xml instance document from a file. This file can be at local 
file system or it can be on a remote host.
+        <link linkend='function.SDO-DAS-XML-loadFromFile'>
+         loadFromFile
+        </link>
+        Loads the xml instance document from a file.
+        This file can be at local file system or it can be on a remote host.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-loadFromString'>loadFromString</link>
-        same as the above method. loads the xml instance which is available as 
string.
+        <link linkend='function.SDO-DAS-XML-loadFromString'>
+         loadFromString
+        </link>
+        same as the above method.
+        Loads the xml instance which is available as string.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-saveDataObjectToFile'>saveDataObjectToFile</link>
+        <link linkend='function.SDO-DAS-XML-saveDataObjectToFile'>
+         saveDataObjectToFile
+        </link>
         save SDO_DataObject to a file.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-saveDataObjectToString'>saveDataObjectToString</link>
+        <link linkend='function.SDO-DAS-XML-saveDataObjectToString'>
+         saveDataObjectToString
+        </link>
         save SDO_DataObject to a xml file.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-saveDocumentToFile'>saveDocumentToFile</link>
+        <link linkend='function.SDO-DAS-XML-saveDocumentToFile'>
+         saveDocumentToFile
+        </link>
         save SDO_DAS_XML_Document object as a xml file.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-saveDocumentToString'>saveDocumentToString</link>
+        <link linkend='function.SDO-DAS-XML-saveDocumentToString'>
+         saveDocumentToString
+        </link>
         save SDO_DAS_XML_Document object as a xml string.
        </para>
       </listitem>
@@ -421,94 +508,123 @@
      <classname>SDO_DAS_XML_Document</classname>
     </title>
     <para>
-     This class can be used to get/set XML Declarations such as encoding, 
schema location etc.
+     This class can be used to get/set XML Declarations such as encoding,
+     schema location etc.
     </para>
-    <section id='sdo-das-xml.class.SDO_DAS_XML_Document.methods'> 
&reftitle.methods;
+    <section id='sdo-das-xml.class.SDO_DAS_XML_Document.methods'>
+     &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getEncoding'>getEncoding</link>
+        <link linkend='function.SDO-DAS-XML-Document-getEncoding'>
+         getEncoding
+        </link>
         gets the encoding string.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getNoNamespaceSchemaLocation'>getNoNamespaceSchemaLocation</link>
+        <link 
linkend='function.SDO-DAS-XML-Document-getNoNamespaceSchemaLocation'>
+         getNoNamespaceSchemaLocation
+        </link>
         gets the no namespace schema location.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getRoorDataObject'>getRootDataObject</link>
+        <link linkend='function.SDO-DAS-XML-Document-getRoorDataObject'>
+         getRootDataObject
+        </link>
         gets the root DataObject.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getRootElementName'>getRootElementName</link>
+        <link linkend='function.SDO-DAS-XML-Document-getRootElementName'>
+        getRootElementName
+        </link>
         gets the root DataObject's name.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getRootElementURI'>getRootElementURI</link>
+        <link linkend='function.SDO-DAS-XML-Document-getRootElementURI'>
+         getRootElementURI
+        </link>
         gets the root DataObject's URI.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getSchemaLocation'>getSchemaLocation</link>
+        <link linkend='function.SDO-DAS-XML-Document-getSchemaLocation'>
+         getSchemaLocation
+        </link>
         gets schema location.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getXMLDeclaration'>getXMLDeclaration</link>
+        <link linkend='function.SDO-DAS-XML-Document-getXMLDeclaration'>
+         getXMLDeclaration
+        </link>
         gets whether xml declaration is set ot not.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-getXMLVersion'>getXMLVersion</link>
+        <link linkend='function.SDO-DAS-XML-Document-getXMLVersion'>
+         getXMLVersion
+         </link>
         gets the xml version.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-setEncoding'>setEncoding</link>
+        <link linkend='function.SDO-DAS-XML-Document-setEncoding'>
+         setEncoding
+         </link>
         sets the encoding string with the given value.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-setNoNamespaceSchemaLocation'>setNoNamespaceSchemaLocation</link>
+        <link 
linkend='function.SDO-DAS-XML-Document-setNoNamespaceSchemaLocation'>
+         setNoNamespaceSchemaLocation
+         </link>
         sets the no namespace schema location with the given value.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-setSchemaLocation'>setSchemaLocation</link>
+        <link linkend='function.SDO-DAS-XML-Document-setSchemaLocation'>
+         setSchemaLocation
+         </link>
         sets the schema location with the given value.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-setXMLDeclaration'>setXMLDeclaraion</link>
+        <link linkend='function.SDO-DAS-XML-Document-setXMLDeclaration'>
+         setXMLDeclaraion
+         </link>
         to set/unset the xml declaration.
        </para>
       </listitem>
  
 
+
       <listitem>
        <para>
-        <link 
linkend='function.SDO-DAS-XML-Document-setXMLVersion'>setXMLVersion</link>
+        <link linkend='function.SDO-DAS-XML-Document-setXMLVersion'>
+         setXMLVersion
+         </link>
         sets the xml version with the given value.
        </para>
       </listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml:1.2 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml:1.3
--- 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml:1.2    
    Wed Jul 20 06:59:44 2005
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromString.xml    
Thu Jul 21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-loadFromString">
  <refnamediv>
@@ -21,7 +21,9 @@
 
    &warn.experimental.func;
   <para>
-   Constructs the tree of SDO_DataObjects' from the given xml instance string. 
Returns SDO_DAS_XML_Document Object. Use 
SDO_DAS_XML_Document::getRootDataObject method to get root data object.
+   Constructs the tree of SDO_DataObjects from the given xml instance string. 
+   Returns SDO_DAS_XML_Document Object. 
+   Use SDO_DAS_XML_Document::getRootDataObject method to get root data object.
   </para>
 
  </refsect1>
@@ -45,7 +47,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns SDO_DAS_XML_Document object on Success or throws exception as 
described.
+   Returns SDO_DAS_XML_Document object on Success 
+   or throws exception as described.
   </para>
  </refsect1>
 
@@ -69,7 +72,8 @@
      </term>
      <listitem>
       <para>
-       Thrown if the a property within a type is not defined in the underlying 
model.
+       Thrown if the a property within a type is not defined 
+       in the underlying model.
       </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml?r1=1.3&r2=1.4&ty=u
Index: 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml:1.3
 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml:1.4
--- 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml:1.3
    Wed Jul 20 06:59:44 2005
+++ 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getXMLDeclaration.xml
        Thu Jul 21 06:14:43 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-Document-getXMLDeclaration">
  <refnamediv>
@@ -30,7 +30,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns whether the xml declaration is set or not. TRUE If it is set and 
FALSE if it is not.
+   Returns whether the xml declaration is set or not. 
+   TRUE If it is set and FALSE if it is not.
   </para>
  </refsect1>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml?r1=1.2&r2=1.3&ty=u
Index: 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.2
 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.3
--- 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml:1.2
    Wed Jul 20 06:59:44 2005
+++ 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-setXMLDeclaration.xml
        Thu Jul 21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-Document-setXMLDeclaration">
  <refnamediv>
@@ -21,7 +21,8 @@
 
   &warn.experimental.func;
   <para>
-   Sets the given given boolean value for xml declaration. Pass TRUE to set it 
and FLASE to not to unset it.
+   Sets the given given boolean value for xml declaration. 
+   Pass TRUE to set it and FLASE to not to unset it.
   </para>
 
  </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml?r1=1.2&r2=1.3&ty=u
Index: 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml:1.2
 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml:1.3
--- 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml:1.2
 Wed Jul 20 06:59:44 2005
+++ 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-Document-getNoNamespaceSchemaLocation.xml
     Thu Jul 21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-Document-getNoNamespaceSchemaLocation">
  <refnamediv>
@@ -12,7 +12,9 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type>
-   <methodname>SDO_DAS_XML_Document::getNoNamespaceSchemaLocation</methodname>
+   <methodname>
+    SDO_DAS_XML_Document::getNoNamespaceSchemaLocation
+   </methodname>
    <void/>
   </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml
diff -u phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.2 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.3
--- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml:1.2        
Wed Jul 20 06:59:44 2005
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-create.xml    Thu Jul 
21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-create">
  <refnamediv>
@@ -21,7 +21,8 @@
 
    &warn.experimental.func;
   <para>
-   This is the only static method of SDO_DAS_XML class. used to instantiate 
SDO_DAS_XML object.
+   This is the only static method of SDO_DAS_XML class. 
+   Used to instantiate SDO_DAS_XML object.
   </para>
 
  </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml:1.2 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml:1.3
--- phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml:1.2  
Wed Jul 20 06:59:44 2005
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-loadFromFile.xml      
Thu Jul 21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-loadFromFile">
  <refnamediv>
@@ -21,7 +21,11 @@
 
    &warn.experimental.func;
   <para>
-   Constructs the tree of SDO_DataObjects' from the given address to xml 
instance document. Returns SDO_DAS_XML_Document Object. Use 
SDO_DAS_XML_Document::getRootDataObject method to get root data object.
+   Constructs the tree of SDO_DataObjects from the given address 
+   to xml instance document. 
+   Returns SDO_DAS_XML_Document Object. 
+   Use SDO_DAS_XML_Document::getRootDataObject 
+   method to get root data object.
   </para>
 
  </refsect1>
@@ -35,7 +39,8 @@
      </term>
      <listitem>
       <para>
-       Path to Instance document. This can be a path to a local file or it can 
be a URL.
+       Path to Instance document. 
+       This can be a path to a local file or it can be a URL.
       </para>
      </listitem>
     </varlistentry>
@@ -45,7 +50,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns SDO_DAS_XML_Document object on Success or throws exception as 
described.
+   Returns SDO_DAS_XML_Document object on Success or throws 
+   exception as described.
   </para>
  </refsect1>
 
@@ -69,7 +75,8 @@
      </term>
      <listitem>
       <para>
-       Thrown if the a property within a type is not defined in the underlying 
model.
+       Thrown if the a property within a type is not defined 
+       in the underlying model.
       </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml?r1=1.2&r2=1.3&ty=u
Index: 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml
diff -u 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.2 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.3
--- 
phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml:1.2  
    Wed Jul 20 06:59:44 2005
+++ phpdoc/en/reference/sdo_das_xml/functions/SDO-DAS-XML-createDataObject.xml  
Thu Jul 21 06:14:43 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.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.SDO-DAS-XML-createDataObject">
  <refnamediv>
@@ -25,7 +25,9 @@
 
   &warn.experimental.func;
   <para>
-   Creates SDO_DataObject for a given namespace URI and type name. The type 
should be defined in the underlying model otherwise SDO_TypeNotFoundException 
will be thrown.
+   Creates SDO_DataObject for a given namespace URI and type name. 
+   The type should be defined in the underlying model 
+   otherwise SDO_TypeNotFoundException will be thrown.
   </para>
  </refsect1>
  <refsect1 role="parameters">

Reply via email to