| Anantoju Veera Srinivas 2005-07-25, 5:31 pm |
| ansriniv Mon Jul 25 10:15:47 2005 EDT
Modified files:
/phpdoc/en/reference/sdo_das_xml reference.xml
Log:
some name changes
http://cvs.php.net/diff.php/phpdoc/...1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.7 phpdoc/en/reference/sdo_das_xml/reference.xml:1.8
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.7 Mon Jul 25 06:33:19 2005
+++ phpdoc/en/reference/sdo_das_xml/reference.xml Mon Jul 25 10:15:45 2005
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- 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>
- <titleabbrev>XML DAS</titleabbrev>
+ <titleabbrev>SDO DAS XML</titleabbrev>
<partintro>
<section id="sdo-das-xml.intro">
@@ -53,7 +53,8 @@
&reftitle.install;
<para>
The XML Data Access Service is packaged and installed as part of the
- <link linkend='ref.sdo'>SDO extension.</link> Please Refer <link linkend="sdo.installation">SDO installation instructions.</link>
+ <link linkend='ref.sdo'>SDO extension.</link> Please Refer
+ <link linkend="sdo.installation">SDO installation instructions.</link>
</para>
</section>
@@ -276,7 +277,7 @@
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">
+ <programlisting role="php" id="sdo-das-xml.examples.loadfromfile">
<![CDATA[
<?php
try {
@@ -308,7 +309,7 @@
<link linkend="sdo.examples">company.xsd</link>
)) as defined in SDO samples section.
</para>
- <programlisting role="php" id="sdo-xml-das.examples.createDataObject">
+ <programlisting role="php" id="sdo-das-xml.examples.createDataObject">
<![CDATA[
<?php
$xmldas = SDO_DAS_XML::create("company.xsd");
@@ -340,7 +341,7 @@
</link>
) to construct a letter containing unstructured text.
</para>
- <programlisting role="php" id="sdo-xml-das.examples.getSequence">
+ <programlisting role="php" id="sdo-das-xml.examples.getSequence">
<![CDATA[
<?php
try {
@@ -379,7 +380,7 @@
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">
+ <programlisting role="php" id="sdo-das-xml.examples.sdo_das_xml_document">
<![CDATA[
<?php
try {
|