mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7d539551c1
commit
4a933fee66
1 changed files with 8 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue