some name changes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191462 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anantoju Veera Srinivas 2005-07-25 14:15:45 +00:00
parent 7d539551c1
commit 4a933fee66

View file

@ -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 @@ try {
<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 @@ var_dump($do);
</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 @@ try {
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 {