[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_appendices/migration5.xml_appendices/oop4.xml_features/gc
From:       Richard_Quadling <rquadling () php ! net>
Date:       2011-09-30 14:21:51
Message-ID: svn-rquadling-1317392511-317502-548404382 () svn ! php ! net
[Download RAW message or body]

rquadling                                Fri, 30 Sep 2011 14:21:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=317502

Log:
Standardized on double quotes for attributes.

Changed paths:
<changed paths exceeded maximum size>


["svn-diffs-317502.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/appendices/migration5.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration5.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/appendices/migration5.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -9,7 +9,7 @@
    <link linkend="migration53">5.3.x</link>.
   </para>

-  <section xml:id='migration5.changes'>
+  <section xml:id="migration5.changes">
    <title>What has changed in PHP 5.0.x</title>
    <para>
     PHP 5 and the integrated Zend Engine 2 have greatly improved PHP's
@@ -886,7 +886,7 @@
   </section>


-  <section xml:id='migration5.oop'>
+  <section xml:id="migration5.oop">
    <title>New Object Model</title>
    <para>
     In PHP 5 there is a new Object Model. PHP's handling of objects has been
@@ -919,7 +919,7 @@
    </para>
   </section>

-  <section xml:id='migrating5.errorrep'>
+  <section xml:id="migrating5.errorrep">
    <title>Error Reporting</title>
    <para>
     As of PHP 5 the error reporting

Modified: phpdoc/en/trunk/appendices/oop4.xml
===================================================================
--- phpdoc/en/trunk/appendices/oop4.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/appendices/oop4.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -968,7 +968,7 @@
    If we were to execute the code in the example below:
    <example>
     <title>Example of object comparison in PHP 4</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 function bool2str($bool) {
@@ -1055,7 +1055,7 @@
    an associative array of <classname>Flag</classname> objects.
    <example>
     <title>Compound object comparisons in PHP 4</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 class FlagSet {

Modified: phpdoc/en/trunk/features/gc.xml
===================================================================
--- phpdoc/en/trunk/features/gc.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/features/gc.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -46,7 +46,7 @@
     user-land reference has been created. The "refcount" is set to \
                <literal>1</literal> as
     there is only one symbol that makes use of this variable container. Note
     that if "refcount" is <literal>1</literal>, "is_ref" is always &false;. If you \
                have <link
-    xlink:href='&url.xdebug;'>Xdebug</link> installed, you can display this
+    xlink:href="&url.xdebug;">Xdebug</link> installed, you can display this
     information by calling <function>xdebug_debug_zval</function>.
    </para>
    <para>
@@ -346,7 +346,7 @@
     Traditionally, reference counting memory mechanisms, such as that used
     previously by PHP, fail to address circular reference memory leaks.
     As of 5.3.0 PHP however implements the synchronous algorithm from the
-    <link xlink:href='&url.gc-paper;'>Concurrent Cycle Collection in Reference \
Counted Systems</link> +    <link xlink:href="&url.gc-paper;">Concurrent Cycle \
Collection in Reference Counted Systems</link>  paper which addresses that issue.
    </para>
    <para>

Modified: phpdoc/en/trunk/internals2/ze1/tsrm/functions/virtual_access.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/tsrm/functions/virtual_access.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/internals2/ze1/tsrm/functions/virtual_access.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -17,7 +17,7 @@
   </methodsynopsis>
   <para>
    <function>virtual_access</function>  thread safe wrapper around the
-   <function role='libc'>access</function> function
+   <function role="libc">access</function> function
    that takes per-thread virtual working directories into account.
   </para>
   <para>

Modified: phpdoc/en/trunk/internals2/ze1/zendapi/layout.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/zendapi/layout.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/internals2/ze1/zendapi/layout.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -26,9 +26,9 @@
    debug extensions.
   </para>
 <!--  <para>
-   After extracting the PHP archive, you'll see a directory layout similar to that \
in <xref linkend='fig.dir-layout'/>. +   After extracting the PHP archive, you'll see \
a directory layout similar to that in <xref linkend="fig.dir-layout"/>.  </para>
-  <figure xml:id='fig.dir-layout'>
+  <figure xml:id="fig.dir-layout">
    <title>Main directory layout of the PHP source tree.</title>
    <graphic fileref="en/internals2/ze1/zendapi/figures/Extending_Zend_1a_Directory_Layout.png"/>
  </figure> -->

Modified: phpdoc/en/trunk/internals2/ze1/zendapi/using.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/zendapi/using.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/internals2/ze1/zendapi/using.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -24,7 +24,7 @@
   </para>
   <example xml:id="internals2.ze1.zendapi.example.testfile">
    <title>A test file for first_module.so.</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/language/oop5/object-comparison.xml
===================================================================
--- phpdoc/en/trunk/language/oop5/object-comparison.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/language/oop5/object-comparison.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -22,7 +22,7 @@
     An example will clarify these rules.
     <example>
      <title>Example of object comparison in PHP 5</title>
-     <programlisting role='php'>
+     <programlisting role="php">
 <![CDATA[
 <?php
 function bool2str($bool)

Modified: phpdoc/en/trunk/reference/apache/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/apache/setup.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/apache/setup.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -16,7 +16,7 @@
   &reftitle.install;
   <para>
    For PHP installation on Apache see the <link
-    linkend='install'>installation chapter</link>.
+    linkend="install">installation chapter</link>.
   </para>
  </section>
  <!-- }}} -->

Modified: phpdoc/en/trunk/reference/dbplus/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/dbplus/constants.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/dbplus/constants.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -19,7 +19,7 @@
       <tbody>
        <row>
        <entry>
-        <constant xml:id='constant.dbplus-err-noerr'>DBPLUS_ERR_NOERR</constant>
+        <constant xml:id="constant.dbplus-err-noerr">DBPLUS_ERR_NOERR</constant>
         (<type>integer</type>)
        </entry>
         <entry>ERR_NOERR</entry>
@@ -27,7 +27,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-duplicate'>DBPLUS_ERR_DUPLICATE</constant>
 +         <constant \
xml:id="constant.dbplus-err-duplicate">DBPLUS_ERR_DUPLICATE</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_DUPLICATE</entry>
@@ -35,7 +35,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-eoscan'>DBPLUS_ERR_EOSCAN</constant>
+         <constant xml:id="constant.dbplus-err-eoscan">DBPLUS_ERR_EOSCAN</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_EOSCAN</entry>
@@ -43,7 +43,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-empty'>DBPLUS_ERR_EMPTY</constant>
+         <constant xml:id="constant.dbplus-err-empty">DBPLUS_ERR_EMPTY</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_EMPTY</entry>
@@ -51,7 +51,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-close'>DBPLUS_ERR_CLOSE</constant>
+         <constant xml:id="constant.dbplus-err-close">DBPLUS_ERR_CLOSE</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_CLOSE</entry>
@@ -59,7 +59,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-wlocked'>DBPLUS_ERR_WLOCKED</constant>
 +         <constant \
xml:id="constant.dbplus-err-wlocked">DBPLUS_ERR_WLOCKED</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_WLOCKED</entry>
@@ -67,7 +67,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-locked'>DBPLUS_ERR_LOCKED</constant>
+         <constant xml:id="constant.dbplus-err-locked">DBPLUS_ERR_LOCKED</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_LOCKED</entry>
@@ -75,7 +75,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-nolock'>DBPLUS_ERR_NOLOCK</constant>
+         <constant xml:id="constant.dbplus-err-nolock">DBPLUS_ERR_NOLOCK</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_NOLOCK</entry>
@@ -83,7 +83,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-read'>DBPLUS_ERR_READ</constant>
+         <constant xml:id="constant.dbplus-err-read">DBPLUS_ERR_READ</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_READ</entry>
@@ -91,7 +91,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-write'>DBPLUS_ERR_WRITE</constant>
+         <constant xml:id="constant.dbplus-err-write">DBPLUS_ERR_WRITE</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_WRITE</entry>
@@ -99,7 +99,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-create'>DBPLUS_ERR_CREATE</constant>
+         <constant xml:id="constant.dbplus-err-create">DBPLUS_ERR_CREATE</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_CREATE</entry>
@@ -107,7 +107,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-lseek'>DBPLUS_ERR_LSEEK</constant>
+         <constant xml:id="constant.dbplus-err-lseek">DBPLUS_ERR_LSEEK</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_LSEEK</entry>
@@ -115,7 +115,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-length'>DBPLUS_ERR_LENGTH</constant>
+         <constant xml:id="constant.dbplus-err-length">DBPLUS_ERR_LENGTH</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_LENGTH</entry>
@@ -123,7 +123,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-open'>DBPLUS_ERR_OPEN</constant>
+         <constant xml:id="constant.dbplus-err-open">DBPLUS_ERR_OPEN</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_OPEN</entry>
@@ -131,7 +131,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-wopen'>DBPLUS_ERR_WOPEN</constant>
+         <constant xml:id="constant.dbplus-err-wopen">DBPLUS_ERR_WOPEN</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_WOPEN</entry>
@@ -139,7 +139,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-magic'>DBPLUS_ERR_MAGIC</constant>
+         <constant xml:id="constant.dbplus-err-magic">DBPLUS_ERR_MAGIC</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_MAGIC</entry>
@@ -147,7 +147,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-version'>DBPLUS_ERR_VERSION</constant>
 +         <constant \
xml:id="constant.dbplus-err-version">DBPLUS_ERR_VERSION</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_VERSION</entry>
@@ -155,7 +155,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-pgsize'>DBPLUS_ERR_PGSIZE</constant>
+         <constant xml:id="constant.dbplus-err-pgsize">DBPLUS_ERR_PGSIZE</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_PGSIZE</entry>
@@ -163,7 +163,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-crc'>DBPLUS_ERR_CRC</constant>
+         <constant xml:id="constant.dbplus-err-crc">DBPLUS_ERR_CRC</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_CRC</entry>
@@ -171,7 +171,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-pipe'>DBPLUS_ERR_PIPE</constant>
+         <constant xml:id="constant.dbplus-err-pipe">DBPLUS_ERR_PIPE</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_PIPE</entry>
@@ -179,7 +179,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-nidx'>DBPLUS_ERR_NIDX</constant>
+         <constant xml:id="constant.dbplus-err-nidx">DBPLUS_ERR_NIDX</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_NIDX</entry>
@@ -187,7 +187,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-malloc'>DBPLUS_ERR_MALLOC</constant>
+         <constant xml:id="constant.dbplus-err-malloc">DBPLUS_ERR_MALLOC</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_MALLOC</entry>
@@ -195,7 +195,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-nusers'>DBPLUS_ERR_NUSERS</constant>
+         <constant xml:id="constant.dbplus-err-nusers">DBPLUS_ERR_NUSERS</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_NUSERS</entry>
@@ -203,7 +203,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-preexit'>DBPLUS_ERR_PREEXIT</constant>
 +         <constant \
xml:id="constant.dbplus-err-preexit">DBPLUS_ERR_PREEXIT</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_PREEXIT</entry>
@@ -211,7 +211,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-ontrap'>DBPLUS_ERR_ONTRAP</constant>
+         <constant xml:id="constant.dbplus-err-ontrap">DBPLUS_ERR_ONTRAP</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_ONTRAP</entry>
@@ -219,7 +219,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-preproc'>DBPLUS_ERR_PREPROC</constant>
 +         <constant \
xml:id="constant.dbplus-err-preproc">DBPLUS_ERR_PREPROC</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_PREPROC</entry>
@@ -227,7 +227,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-dbparse'>DBPLUS_ERR_DBPARSE</constant>
 +         <constant \
xml:id="constant.dbplus-err-dbparse">DBPLUS_ERR_DBPARSE</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_DBPARSE</entry>
@@ -235,7 +235,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-dbrunerr'>DBPLUS_ERR_DBRUNERR</constant>
 +         <constant \
xml:id="constant.dbplus-err-dbrunerr">DBPLUS_ERR_DBRUNERR</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_DBRUNERR</entry>
@@ -243,7 +243,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-dbpreexit'>DBPLUS_ERR_DBPREEXIT</constant>
 +         <constant \
xml:id="constant.dbplus-err-dbpreexit">DBPLUS_ERR_DBPREEXIT</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_DBPREEXIT</entry>
@@ -251,7 +251,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-wait'>DBPLUS_ERR_WAIT</constant>
+         <constant xml:id="constant.dbplus-err-wait">DBPLUS_ERR_WAIT</constant>
           (<type>integer</type>)
         </entry>
         <entry>ERR_WAIT</entry>
@@ -259,7 +259,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-corrupt-tuple'>DBPLUS_ERR_CORRUPT_TUPLE</constant>
 +         <constant \
xml:id="constant.dbplus-err-corrupt-tuple">DBPLUS_ERR_CORRUPT_TUPLE</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_CORRUPT_TUPLE</entry>
@@ -267,7 +267,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-warning0'>DBPLUS_ERR_WARNING0</constant>
 +         <constant \
xml:id="constant.dbplus-err-warning0">DBPLUS_ERR_WARNING0</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_WARNING0</entry>
@@ -278,7 +278,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-panic'>DBPLUS_ERR_PANIC</constant>
+         <constant xml:id="constant.dbplus-err-panic">DBPLUS_ERR_PANIC</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_PANIC</entry>
@@ -289,7 +289,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-fifo'>DBPLUS_ERR_FIFO</constant>
+         <constant xml:id="constant.dbplus-err-fifo">DBPLUS_ERR_FIFO</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_FIFO</entry>
@@ -297,7 +297,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-perm'>DBPLUS_ERR_PERM</constant>
+         <constant xml:id="constant.dbplus-err-perm">DBPLUS_ERR_PERM</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_PERM</entry>
@@ -305,7 +305,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-tcl'>DBPLUS_ERR_TCL</constant>
+         <constant xml:id="constant.dbplus-err-tcl">DBPLUS_ERR_TCL</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_TCL</entry>
@@ -313,7 +313,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-restricted'>DBPLUS_ERR_RESTRICTED</constant>
 +         <constant \
xml:id="constant.dbplus-err-restricted">DBPLUS_ERR_RESTRICTED</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_RESTRICTED</entry>
@@ -321,7 +321,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-user'>DBPLUS_ERR_USER</constant>
+         <constant xml:id="constant.dbplus-err-user">DBPLUS_ERR_USER</constant>
          (<type>integer</type>)
         </entry>
         <entry>ERR_USER</entry>
@@ -332,7 +332,7 @@
        </row>
        <row>
         <entry>
-         <constant xml:id='constant.dbplus-err-unknown'>DBPLUS_ERR_UNKNOWN</constant>
 +         <constant \
xml:id="constant.dbplus-err-unknown">DBPLUS_ERR_UNKNOWN</constant>  \
(<type>integer</type>)  </entry>
         <entry>ERR_UNKNOWN</entry>

Modified: phpdoc/en/trunk/reference/dom/book.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/book.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/dom/book.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -47,12 +47,12 @@
  &reference.dom.domxpath;

  <!-- FIXME:
- <section xml:id='dom.class.domnamelist'>
+ <section xml:id="dom.class.domnamelist">
      <title><classname>DOMNameList</classname></title>
      <para>

      </para>
-     <section xml:id='dom.class.domnamelist.methods'>
+     <section xml:id="dom.class.domnamelist.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
@@ -63,7 +63,7 @@
        </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='dom.class.domnamelist.properties'>
+     <section xml:id="dom.class.domnamelist.properties">
       &reftitle.properties;
       <table>
       <title/>

Modified: phpdoc/en/trunk/reference/dom/domattr/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domattr/construct.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/dom/domattr/construct.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <methodname>DOMAttr::__construct</methodname>
    <methodparam><type>string</type><parameter>name</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
  </methodsynopsis>
   <para>
    Creates a new DOMAttr object. This object is read only.

Modified: phpdoc/en/trunk/reference/dom/domcomment/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domcomment/construct.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/dom/domcomment/construct.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -13,7 +13,7 @@
    <ooclass><classname>DOMComment</classname></ooclass>
    <methodsynopsis>
     <methodname>__construct</methodname>
-    <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/dom/domdocument/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domdocument/construct.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/dom/domdocument/construct.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -11,8 +11,8 @@
   &reftitle.description;
   <methodsynopsis>
    <methodname>DOMDocument::__construct</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>version</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>encoding</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
  </methodsynopsis>
   <para>
    Creates a new <classname>DOMDocument</classname> object.

Modified: phpdoc/en/trunk/reference/dom/domelement/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domelement/construct.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/dom/domelement/construct.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -14,8 +14,8 @@
    <methodsynopsis>
     <methodname>__construct</methodname>
     <methodparam><type>string</type><parameter>name</parameter></methodparam>
-    <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
                
-    <methodparam choice='opt'><type>string</type><parameter>namespaceURI</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/dom/domprocessinginstruction/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domprocessinginstruction/construct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/dom/domprocessinginstruction/construct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -14,7 +14,7 @@
    <methodsynopsis>
     <methodname>__construct</methodname>
     <methodparam><type>string</type><parameter>name</parameter></methodparam>
-    <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/dom/domtext/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/dom/domtext/construct.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/dom/domtext/construct.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -13,7 +13,7 @@
    <ooclass><classname>DOMText</classname></ooclass>
    <methodsynopsis>
     <methodname>__construct</methodname>
-    <methodparam choice='opt'><type>string</type><parameter>value</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/errorfunc/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/errorfunc/ini.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/errorfunc/ini.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -313,7 +313,7 @@
       report of memory leaks detected by the Zend memory manager. This report
       will be send to stderr on Posix platforms. On Windows, it will be send
       to the debugger using OutputDebugString(), and can be viewed with tools
-      like <link xlink:href='&url.dbgview;'>DbgView</link>.
+      like <link xlink:href="&url.dbgview;">DbgView</link>.
       This parameter only has effect in a debug build, and if
       error_reporting includes <constant>E_WARNING</constant> in the allowed
       list.

Modified: phpdoc/en/trunk/reference/fam/functions/fam-open.xml
===================================================================
--- phpdoc/en/trunk/reference/fam/functions/fam-open.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/fam/functions/fam-open.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -9,7 +9,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>resource</type><methodname>fam_open</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>appname</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>appname</parameter></methodparam>
  </methodsynopsis>
   <para>
    Opens a connection to the FAM service daemon.

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-enum-values.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-enum-values.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-enum-values.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>bool</type><methodname>fdf_enum_values</methodname>
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
  <methodparam><type>callback</type><parameter>function</parameter></methodparam>
-   <methodparam choice='opt'><type>mixed</type><parameter>userdata</parameter></methodparam>
 +   <methodparam choice="opt"><type>mixed</type><parameter>userdata</parameter></methodparam>
  </methodsynopsis>
   &warn.undocumented.func;
  </refsect1>

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-error.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-error.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-error.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>fdf_error</methodname>
-   <methodparam choice='opt'><type>int</type><parameter>error_code</parameter><initializer>-1</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>error_code</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   <para>
    Gets a textual description for the FDF error code given in

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-get-opt.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-get-opt.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-get-opt.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -12,7 +12,7 @@
    <type>mixed</type><methodname>fdf_get_opt</methodname>
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
  <methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>element</parameter><initializer>-1</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>element</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   &warn.undocumented.func;
  </refsect1>

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-get-value.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-get-value.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-get-value.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -12,7 +12,7 @@
    <type>mixed</type><methodname>fdf_get_value</methodname>
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
  <methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>which</parameter><initializer>-1</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>which</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   <para>
    Gets the value for the requested field.

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-get-version.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-get-version.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-get-version.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>fdf_get_version</methodname>
-   <methodparam choice='opt'><type>resource</type><parameter>fdf_document</parameter></methodparam>
 +   <methodparam choice="opt"><type>resource</type><parameter>fdf_document</parameter></methodparam>
  </methodsynopsis>
   <para>
    Return the FDF version for the given document, or the toolkit API version

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-save.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-save.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-save.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>fdf_save</methodname>
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>filename</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
  </methodsynopsis>
   <para>
    Saves a FDF document.

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-set-file.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-set-file.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-set-file.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -12,7 +12,7 @@
    <type>bool</type><methodname>fdf_set_file</methodname>
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
  <methodparam><type>string</type><parameter>url</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>target_frame</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>target_frame</parameter></methodparam>
  </methodsynopsis>
   <para>
    Selects a different PDF document to display the form results in then the

Modified: phpdoc/en/trunk/reference/fdf/functions/fdf-set-value.xml
===================================================================
--- phpdoc/en/trunk/reference/fdf/functions/fdf-set-value.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/fdf/functions/fdf-set-value.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -13,7 +13,7 @@
    <methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
  <methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>isName</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>isName</parameter></methodparam>
  </methodsynopsis>
   <para>
    Sets the <parameter>value</parameter> for the given field.

Modified: phpdoc/en/trunk/reference/filter/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/filter/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/filter/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -4,7 +4,7 @@
 <chapter xml:id="filter.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;

- <section xml:id='filter.examples.validation'>
+ <section xml:id="filter.examples.validation">
   <title>Validation</title>
   <para>
    <example>
@@ -103,7 +103,7 @@
   </para>
  </section>

- <section xml:id='filter.examples.sanitization'>
+ <section xml:id="filter.examples.sanitization">
   <title>Sanitization</title>
   <para>
    <example>

Modified: phpdoc/en/trunk/reference/filter/filters.xml
===================================================================
--- phpdoc/en/trunk/reference/filter/filters.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/filter/filters.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -4,7 +4,7 @@
  <title>Types of filters</title>

  <!--Validate filters: {{{-->
- <section xml:id='filter.filters.validate'>
+ <section xml:id="filter.filters.validate">
   <title>Validate filters</title>
    <para>
     <table>
@@ -120,7 +120,7 @@
  <!--}}}-->

  <!-- Sanitize filters: {{{-->
- <section xml:id='filter.filters.sanitize'>
+ <section xml:id="filter.filters.sanitize">
   <title>Sanitize filters</title>
    <para>
     <table>
@@ -270,7 +270,7 @@
  <!--}}}-->

  <!-- Other filters: {{{-->
- <section xml:id='filter.filters.misc'>
+ <section xml:id="filter.filters.misc">
   <title>Other filters</title>
    <para>
     <table>

Modified: phpdoc/en/trunk/reference/gnupg/functions/gnupg-decrypt.xml
===================================================================
--- phpdoc/en/trunk/reference/gnupg/functions/gnupg-decrypt.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/gnupg/functions/gnupg-decrypt.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -15,7 +15,7 @@
   </methodsynopsis>
   <para>
    Decrypts the given text with the keys, which were set with <link
-   linkend='function.gnupg-adddecryptkey'>gnupg_adddecryptkey</link> before.
+   linkend="function.gnupg-adddecryptkey">gnupg_adddecryptkey</link> before.
   </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/gnupg/functions/gnupg-encrypt.xml
===================================================================
--- phpdoc/en/trunk/reference/gnupg/functions/gnupg-encrypt.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/gnupg/functions/gnupg-encrypt.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -16,7 +16,7 @@
   <para>
    Encrypts the given <parameter>plaintext</parameter> with the keys, which
    were set with <link
-   linkend='function.gnupg-addencryptkey'>gnupg_addencryptkey</link> before and
+   linkend="function.gnupg-addencryptkey">gnupg_addencryptkey</link> before and
    returns the encrypted text.
   </para>
  </refsect1>

Modified: phpdoc/en/trunk/reference/gnupg/functions/gnupg-encryptsign.xml
===================================================================
--- phpdoc/en/trunk/reference/gnupg/functions/gnupg-encryptsign.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/gnupg/functions/gnupg-encryptsign.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -16,8 +16,8 @@
   <para>
    Encrypts and signs the given <parameter>plaintext</parameter> with the
    keys, which were set with
-   <link linkend='function.gnupg-addsignkey'>gnupg_addsignkey</link> and <link
-   linkend='function.gnupg-addencryptkey'>gnupg_addencryptkey</link> before and
+   <link linkend="function.gnupg-addsignkey">gnupg_addsignkey</link> and <link
+   linkend="function.gnupg-addencryptkey">gnupg_addencryptkey</link> before and
    returns the encrypted and signed text.
   </para>
  </refsect1>

Modified: phpdoc/en/trunk/reference/gnupg/functions/gnupg-sign.xml
===================================================================
--- phpdoc/en/trunk/reference/gnupg/functions/gnupg-sign.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/gnupg/functions/gnupg-sign.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -16,9 +16,9 @@
   <para>
    Signs the given <parameter>plaintext</parameter> with the keys, which were
    set with <link
-   linkend='function.gnupg-addsignkey'>gnupg_addsignkey</link> before and
+   linkend="function.gnupg-addsignkey">gnupg_addsignkey</link> before and
    returns the signed text or the signature, depending on what was set with
-   <link linkend='function.gnupg-setsignmode'>gnupg_setsignmode</link>.
+   <link linkend="function.gnupg-setsignmode">gnupg_setsignmode</link>.
   </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/gnupg/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/gnupg/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/gnupg/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
     is normally located in ~./.gnupg/.
     To specify a custom location, store the path to the keyring in the
     environment variable GNUPGHOME. See <link
-    linkend='function.putenv'>putenv</link> for more information how to do
+    linkend="function.putenv">putenv</link> for more information how to do
     this.
    </para>
    <para>

Modified: phpdoc/en/trunk/reference/gupnp/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/gupnp/examples.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/gupnp/examples.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -3,7 +3,7 @@

 <chapter xml:id="gupnp.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;
- <section xml:id='gupnp.browsing'>
+ <section xml:id="gupnp.browsing">
   <title>Browsing devices and services</title>
   <para>
    This example shows how to obtain information about all devices and
@@ -70,7 +70,7 @@
   </para>
  </section>  <!-- xml:id=gupnp.browsing -->

- <section xml:id='gupnp.binary-light'>
+ <section xml:id="gupnp.binary-light">
   <title>Implementing the BinaryLight device</title>
   <para>
    This is an example of UPnP device/service, implementing the BinaryLight

Modified: phpdoc/en/trunk/reference/ibm_db2/configure.xml
===================================================================
--- phpdoc/en/trunk/reference/ibm_db2/configure.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/ibm_db2/configure.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -27,7 +27,7 @@
 ]]>
   </screen>
   The <command>configure</command> command defaults to
-  <filename class='directory'>/opt/IBM/db2/V8.1</filename>.
+  <filename class="directory">/opt/IBM/db2/V8.1</filename>.
  </para>
  <para>
   <note>

Modified: phpdoc/en/trunk/reference/inclued/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/inclued/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/inclued/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -4,7 +4,7 @@
 <chapter xml:id="inclued.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;

- <section xml:id='inclued.examples-implementation'>
+ <section xml:id="inclued.examples-implementation">
   <title>Example that implements inclued into an application</title>
   <para>
    This example demonstrates the process of implementing inclued into

Modified: phpdoc/en/trunk/reference/ingres-ii/functions/ingres-connect.xml
===================================================================
--- phpdoc/en/trunk/reference/ingres-ii/functions/ingres-connect.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/ingres-ii/functions/ingres-connect.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -69,7 +69,7 @@
       <para>
        <function>ingres_connect</function> options
        <informaltable>
-        <tgroup cols='4'>
+        <tgroup cols="4">
          <thead>
           <row valign="top">
            <entry>Option name</entry>

Modified: phpdoc/en/trunk/reference/ingres-ii/functions/ingres-query.xml
===================================================================
--- phpdoc/en/trunk/reference/ingres-ii/functions/ingres-query.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/ingres-ii/functions/ingres-query.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -130,7 +130,7 @@
        fetches the expected parameter types from the server.
       </para>
       <informaltable>
-       <tgroup cols='4'>
+       <tgroup cols="4">
         <thead>
          <row>
           <entry>Type code</entry>

Modified: phpdoc/en/trunk/reference/ingres-ii/functions/ingres-set-environment.xml
===================================================================
--- phpdoc/en/trunk/reference/ingres-ii/functions/ingres-set-environment.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/ingres-ii/functions/ingres-set-environment.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -41,7 +41,7 @@
       </para>
       <para>
        <informaltable>
-        <tgroup cols='2'>
+        <tgroup cols="2">
          <thead>
           <row valign="top">
            <entry>Option name</entry>

Modified: phpdoc/en/trunk/reference/intl/dateformatter/create.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/dateformatter/create.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/intl/dateformatter/create.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -18,9 +18,9 @@
    <methodparam><type>string</type><parameter>locale</parameter></methodparam>
    <methodparam><type>int</type><parameter>datetype</parameter></methodparam>
    <methodparam><type>int</type><parameter>timetype</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>timezone</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>calendar</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>pattern</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>timezone</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>calendar</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
  </methodsynopsis>
   <para>
    Object oriented style (constructor)
@@ -30,9 +30,9 @@
    <methodparam><type>string</type><parameter>locale</parameter></methodparam>
    <methodparam><type>int</type><parameter>datetype</parameter></methodparam>
    <methodparam><type>int</type><parameter>timetype</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>timezone</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>calendar</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>pattern</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>timezone</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>calendar</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
  </constructorsynopsis>
   <para>
    Procedural style
@@ -42,9 +42,9 @@
    <methodparam><type>string</type><parameter>locale</parameter></methodparam>
    <methodparam><type>int</type><parameter>datetype</parameter></methodparam>
    <methodparam><type>int</type><parameter>timetype</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>timezone</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>calendar</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>pattern</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>timezone</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>calendar</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
  </methodsynopsis>
   <para>
    Create a date formatter

Modified: phpdoc/en/trunk/reference/intl/dateformatter/get-locale.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/dateformatter/get-locale.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/dateformatter/get-locale.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -13,7 +13,7 @@
   </para>
    <methodsynopsis>
    <type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
-   <methodparam choice='opt'><type>int</type><parameter>which</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
  </methodsynopsis>
   <para>
    Procedural style
@@ -21,7 +21,7 @@
   <methodsynopsis>
    <type>string</type><methodname>datefmt_get_locale</methodname>
   <methodparam><type>IntlDateFormatter</type><parameter>fmt</parameter></methodparam>
                
-  <methodparam choice='opt'><type>int</type><parameter>which</parameter></methodparam>
 +  <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
  </methodsynopsis>
   <para>
         Get locale used by the formatter.

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,9 +12,9 @@
    <type>string</type><methodname>grapheme_extract</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>int</type><parameter>size</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>extract_type</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter \
role="reference">next</parameter></methodparam> +   <methodparam \
choice="opt"><type>int</type><parameter>extract_type</parameter></methodparam> +   \
<methodparam choice="opt"><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter \
role="reference">next</parameter></methodparam>  </methodsynopsis>
   <para>
    Function to extract a sequence of default grapheme clusters from a text buffer, \
which must be encoded in UTF-8.

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_stripos</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of first occurrence of a case-insensitive \
string

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>string</type><methodname>grapheme_stristr</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Returns part of haystack string from the first occurrence of case-insensitive \
needle to the end of haystack.

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_strpos</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of first occurrence of a string

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_strripos</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of last occurrence of a case-insensitive string

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_strrpos</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of last occurrence of a string

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>string</type><methodname>grapheme_strstr</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Returns part of haystack string from the first occurrence of needle to the end of \
haystack.

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-substr.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-substr.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-substr.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_substr</methodname>
    <methodparam><type>string</type><parameter>string</parameter></methodparam>
    <methodparam><type>int</type><parameter>start</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>length</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
  </methodsynopsis>
   <para>
    Return part of a string

Modified: phpdoc/en/trunk/reference/intl/idn/idn-to-ascii.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/idn/idn-to-ascii.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/intl/idn/idn-to-ascii.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>idn_to_ascii</methodname>
    <methodparam><type>string</type><parameter>domain</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>options</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
  </methodsynopsis>
   <para>
    This function converts Unicode domain name to IDNA ASCII-compatible format.

Modified: phpdoc/en/trunk/reference/intl/idn/idn-to-utf8.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/idn/idn-to-utf8.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/intl/idn/idn-to-utf8.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>idn_to_utf8</methodname>
    <methodparam><type>string</type><parameter>domain</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>options</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
  </methodsynopsis>
   <para>
    This function converts Unicode domain name from IDNA ASCII-compatible format to \
plain Unicode.

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-connect.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-connect.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-connect.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,22 +12,22 @@
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>resource</type><methodname>maxdb_connect</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
  </methodsynopsis>
   <para>&style.oop;</para>
   <constructorsynopsis>
    <methodname>maxdb::__construct</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
  </constructorsynopsis>
   <para>
    The <function>maxdb_connect</function> function attempts to open a connection to \
the MaxDB Server

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-array.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-array.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-array.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -13,12 +13,12 @@
   <methodsynopsis>
    <type>mixed</type><methodname>maxdb_fetch_array</methodname>
    <methodparam><type>resource</type><parameter>result</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter></methodparam>
  </methodsynopsis>
   <para>&style.oop;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>maxdb_result::fetch_array</methodname>
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter></methodparam>
  </methodsynopsis>
   <para>
    Returns an array that corresponds to the fetched row or &null; if there are no \
more rows for the

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field-direct.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field-direct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field-direct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -36,7 +36,7 @@
   <para>
    <table>
     <title>Object attributes</title>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Attribute</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-field.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -37,7 +37,7 @@
   <para>
   <table>
    <title>Object properties</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Property</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-fields.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-fields.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-fetch-fields.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -35,7 +35,7 @@
   <para>
   <table>
    <title>Object properties</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Property</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-field-count.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-field-count.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-field-count.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -40,7 +40,7 @@
   <para>
    <example>
     <title>Object oriented style</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $maxdb = new maxdb("localhost", "MONA", "RED", "DEMODB");
@@ -73,7 +73,7 @@
    </example>
    <example>
     <title>Procedural style</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $link = maxdb_connect("localhost", "MONA", "RED", "DEMODB");

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-info.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-info.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-info.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -31,7 +31,7 @@
   <para>
    <example>
     <title>maxdb_get_client_info</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-version.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-version.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-get-client-version.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -35,7 +35,7 @@
   <para>
    <example>
     <title>maxdb_get_client_version</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-info.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-info.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-info.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -27,7 +27,7 @@
   <para>
    <table>
     <title>Possible maxdb_info return values</title>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Query type</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-options.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-options.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-options.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -40,7 +40,7 @@
    The parameter <parameter>option</parameter> can be one of the following values:
    <table>
     <title>Valid options</title>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Name</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-query.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-query.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-query.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -14,7 +14,7 @@
    <type>mixed</type><methodname>maxdb_query</methodname>
    <methodparam><type>resource</type><parameter>link</parameter></methodparam>
    <methodparam><type>string</type><parameter>query</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>resultmode</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resultmode</parameter></methodparam>
  </methodsynopsis>
   <para>&style.oop;</para>
   <methodsynopsis>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-real-connect.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-real-connect.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-real-connect.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -13,22 +13,22 @@
   <methodsynopsis>
    <type>bool</type><methodname>maxdb_real_connect</methodname>
    <methodparam><type>resource</type><parameter>link</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>hostname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
  </methodsynopsis>
   <para>&style.oop;</para>
   <methodsynopsis>
    <type>bool</type><methodname>maxdb::real_connect</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>hostname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>0</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
  </methodsynopsis>
   <para>
    <function>maxdb_real_connect</function> attempts to establish a

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-bind-param.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-bind-param.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-bind-param.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -68,7 +68,7 @@
   <para>
    <table>
     <title>Type specification chars</title>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Character</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-fetch.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-fetch.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-fetch.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -34,7 +34,7 @@
   &reftitle.returnvalues;
   <table>
    <title>Return values</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Value</entry>

Modified: phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-result-metadata.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-result-metadata.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/maxdb/functions/maxdb-stmt-result-metadata.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -66,7 +66,7 @@
   <para>
    <example>
     <title>Object oriented style</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $maxdb = new maxdb("localhost", "MONA", "RED", "DEMODB");
@@ -98,7 +98,7 @@
    </example>
    <example>
     <title>Procedural style</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $link = maxdb_connect("localhost", "MONA", "RED", "DEMODB");

Modified: phpdoc/en/trunk/reference/maxdb/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/maxdb/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/maxdb/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -8,298 +8,298 @@

    <!-- FIXME: This extension apparently defines some classess that need to be
    brought up2date with out OO markup -->
-   <section xml:id='maxdb.classes'>
+   <section xml:id="maxdb.classes">
     &reftitle.classes;

-    <section xml:id='maxdb.class.maxdb'>
+    <section xml:id="maxdb.class.maxdb">
      <title><classname>maxdb</classname></title>
      <para>
       Represents a connection between PHP and a MaxDB database.
      </para>
-     <section xml:id='maxdb.class.maxdb.constructor'>
+     <section xml:id="maxdb.class.maxdb.constructor">
       &reftitle.constructor;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-connect'>maxdb</link> - construct a new \
maxdb object</para> +        <para><link \
linkend="function.maxdb-connect">maxdb</link> - construct a new maxdb object</para>  \
</listitem>  </itemizedlist>
      </section>
-     <section xml:id='maxdb.class.maxdb.methods'>
+     <section xml:id="maxdb.class.maxdb.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-autocommit'>autocommit</link> - turns on \
or off auto-commiting database modifications</para> +        <para><link \
linkend="function.maxdb-autocommit">autocommit</link> - turns on or off \
auto-commiting database modifications</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-change-user'>change_user</link> - \
changes the user of the specified database connection</para> +        <para><link \
linkend="function.maxdb-change-user">change_user</link> - changes the user of the \
specified database connection</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-character-set-name'>character_set_name</link> - returns the \
default character set for the database connection</para> +        <para><link \
linkend="function.maxdb-character-set-name">character_set_name</link> - returns the \
default character set for the database connection</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-close'>close</link> - closes a \
previously opened connection</para> +        <para><link \
linkend="function.maxdb-close">close</link> - closes a previously opened \
connection</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-commit'>commit</link> - commits the \
current transaction</para> +        <para><link \
linkend="function.maxdb-commit">commit</link> - commits the current \
transaction</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-connect'>connect</link> - opens a new \
connection to MaxDB database server</para> +        <para><link \
linkend="function.maxdb-connect">connect</link> - opens a new connection to MaxDB \
database server</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-debug'>debug</link> - performs debugging \
operations</para> +        <para><link linkend="function.maxdb-debug">debug</link> - \
performs debugging operations</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-dump-debug-info'>dump_debug_info</link> \
- dumps debug information</para> +        <para><link \
linkend="function.maxdb-dump-debug-info">dump_debug_info</link> - dumps debug \
information</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-client-info'>get_client_info</link> \
- returns client version</para> +        <para><link \
linkend="function.maxdb-get-client-info">get_client_info</link> - returns client \
version</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-host-info'>get_host_info</link> - \
returns type of connection used</para> +        <para><link \
linkend="function.maxdb-get-host-info">get_host_info</link> - returns type of \
connection used</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-server-info'>get_server_info</link> \
- returns version of the MaxDB server</para> +        <para><link \
linkend="function.maxdb-get-server-info">get_server_info</link> - returns version of \
the MaxDB server</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-get-server-version'>get_server_version</link> - returns \
version of the MaxDB server</para> +        <para><link \
linkend="function.maxdb-get-server-version">get_server_version</link> - returns \
version of the MaxDB server</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-init'>init</link> - initializes maxdb \
object</para> +        <para><link linkend="function.maxdb-init">init</link> - \
initializes maxdb object</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-info'>info</link> - retrieves \
information about the most recently executed query</para> +        <para><link \
linkend="function.maxdb-info">info</link> - retrieves information about the most \
recently executed query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-kill'>kill</link> - asks the server to \
kill a MaxDB thread</para> +        <para><link \
linkend="function.maxdb-kill">kill</link> - asks the server to kill a MaxDB \
thread</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-multi-query'>multi_query</link> - \
performs multiple queries</para> +        <para><link \
linkend="function.maxdb-multi-query">multi_query</link> - performs multiple \
queries</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-more-results'>more_results</link> - \
check if more results exist from currently executed multi-query</para> +        \
<para><link linkend="function.maxdb-more-results">more_results</link> - check if more \
results exist from currently executed multi-query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-next-result'>next_result</link> - reads \
next result from currently executed multi-query</para> +        <para><link \
linkend="function.maxdb-next-result">next_result</link> - reads next result from \
currently executed multi-query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-options'>options</link> - set \
options</para> +        <para><link linkend="function.maxdb-options">options</link> - \
set options</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-ping'>ping</link> - pings a server \
connection or reconnects if there is no connection</para> +        <para><link \
linkend="function.maxdb-ping">ping</link> - pings a server connection or reconnects \
if there is no connection</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-prepare'>prepare</link> - prepares an \
SQL query</para> +        <para><link linkend="function.maxdb-prepare">prepare</link> \
- prepares an SQL query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-query'>query</link> - performs a \
query</para> +        <para><link linkend="function.maxdb-query">query</link> - \
performs a query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-real-connect'>real_connect</link> - \
attempts to open a connection to MaxDB database server</para> +        <para><link \
linkend="function.maxdb-real-connect">real_connect</link> - attempts to open a \
connection to MaxDB database server</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-real-escape-string'>escape_string</link> \
- escapes special characters in a string for use in an SQL statement, taking into \
account the current charset of the connection</para> +        <para><link \
linkend="function.maxdb-real-escape-string">escape_string</link> - escapes special \
characters in a string for use in an SQL statement, taking into account the current \
charset of the connection</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-rollback'>rollback</link> - rolls back \
the current transaction</para> +        <para><link \
linkend="function.maxdb-rollback">rollback</link> - rolls back the current \
transaction</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-select-db'>select_db</link> - selects \
the default database</para> +        <para><link \
linkend="function.maxdb-select-db">select_db</link> - selects the default \
database</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-ssl-set'>ssl_set</link> - sets ssl \
parameters</para> +        <para><link \
linkend="function.maxdb-ssl-set">ssl_set</link> - sets ssl parameters</para>  \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-stat'>stat</link> - gets the current \
system status</para> +        <para><link linkend="function.maxdb-stat">stat</link> - \
gets the current system status</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-init'>stmt_init</link>- initializes \
a statement for use with <link \
linkend='function.maxdb-stmt-prepare'>maxdb_stmt_prepare</link></para> +        \
<para><link linkend="function.maxdb-stmt-init">stmt_init</link>- initializes a \
statement for use with <link \
linkend="function.maxdb-stmt-prepare">maxdb_stmt_prepare</link></para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-store-result'>store_result</link> - \
transfers a resultset from last query</para> +        <para><link \
linkend="function.maxdb-store-result">store_result</link> - transfers a resultset \
from last query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-use-result'>use_result</link> - \
transfers an unbuffered resultset from last query</para> +        <para><link \
linkend="function.maxdb-use-result">use_result</link> - transfers an unbuffered \
resultset from last query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-thread-safe'>thread-safe</link> - \
returns whether thread safety is given or not</para> +        <para><link \
linkend="function.maxdb-thread-safe">thread-safe</link> - returns whether thread \
safety is given or not</para>  </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='maxdb.class.maxdb.properties'>
+     <section xml:id="maxdb.class.maxdb.properties">
       &reftitle.properties;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-affected-rows'>affected_rows</link> - \
gets the number of affected rows in a previous MaxDB operation</para> +        \
<para><link linkend="function.maxdb-affected-rows">affected_rows</link> - gets the \
number of affected rows in a previous MaxDB operation</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-client-info'>client_info</link> - \
returns the MaxDB client version as a string</para> +        <para><link \
linkend="function.maxdb-get-client-info">client_info</link> - returns the MaxDB \
client version as a string</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-get-client-version'>client_version</link> - returns the MaxDB \
client version as an integer</para> +        <para><link \
linkend="function.maxdb-get-client-version">client_version</link> - returns the MaxDB \
client version as an integer</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-errno'>errno</link> - returns the error \
code for the most recent function call</para> +        <para><link \
linkend="function.maxdb-errno">errno</link> - returns the error code for the most \
recent function call</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-error'>error</link> - returns the error \
string for the most recent function call</para> +        <para><link \
linkend="function.maxdb-error">error</link> - returns the error string for the most \
recent function call</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-field-count'>field_count</link> - \
returns the number of columns for the most recent query</para> +        <para><link \
linkend="function.maxdb-field-count">field_count</link> - returns the number of \
columns for the most recent query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-host-info'>host_info</link> - \
returns a string representing the type of connection used</para> +        <para><link \
linkend="function.maxdb-get-host-info">host_info</link> - returns a string \
representing the type of connection used</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-info'>info</link> - retrieves \
information about the most recently executed query</para> +        <para><link \
linkend="function.maxdb-info">info</link> - retrieves information about the most \
recently executed query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-insert-id'>insert_id</link> - returns \
the auto generated id used in the last query</para> +        <para><link \
linkend="function.maxdb-insert-id">insert_id</link> - returns the auto generated id \
used in the last query</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-get-proto-info'>protocol_version</link> \
- returns the version of the MaxDB protocol used</para> +        <para><link \
linkend="function.maxdb-get-proto-info">protocol_version</link> - returns the version \
of the MaxDB protocol used</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-sqlstate'>sqlstate</link> - returns a \
string containing the SQLSTATE error code for the last error</para> +        \
<para><link linkend="function.maxdb-sqlstate">sqlstate</link> - returns a string \
containing the SQLSTATE error code for the last error</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-thread-id'>thread_id</link> - returns \
the thread ID for the current connection</para> +        <para><link \
linkend="function.maxdb-thread-id">thread_id</link> - returns the thread ID for the \
current connection</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-warning-count'>warning_count</link> - \
returns the number of warnings generated during execution of the previous SQL \
statement</para> +        <para><link \
linkend="function.maxdb-warning-count">warning_count</link> - returns the number of \
warnings generated during execution of the previous SQL statement</para>  </listitem>

       </itemizedlist>
      </section>
     </section>

-    <section xml:id='maxdb.classes.stmt'>
+    <section xml:id="maxdb.classes.stmt">
      <title><classname>maxdb_stmt</classname></title>
      <para>
       Represents a prepared statement.
      </para>
-     <section xml:id='maxdb.class.stmt.methods'>
+     <section xml:id="maxdb.class.stmt.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-bind-param'>bind_param</link> - binds \
variables to a prepared statement</para> +        <para><link \
linkend="function.maxdb-bind-param">bind_param</link> - binds variables to a prepared \
statement</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-bind-result'>bind_result</link> - binds \
variables to a prepared statement for result storage</para> +        <para><link \
linkend="function.maxdb-bind-result">bind_result</link> - binds variables to a \
prepared statement for result storage</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-close'>close</link> - closes a \
prepared statement</para> +        <para><link \
linkend="function.maxdb-stmt-close">close</link> - closes a prepared statement</para> \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-stmt-data-seek'>data-seek</link> - seeks \
to an arbitrary row in a statement result set</para> +        <para><link \
linkend="function.maxdb-stmt-data-seek">data-seek</link> - seeks to an arbitrary row \
in a statement result set</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-execute'>execute</link> - executes a \
prepared statement</para> +        <para><link \
linkend="function.maxdb-execute">execute</link> - executes a prepared \
statement</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch'>fetch</link> - fetches result \
from a prepared statement into bound variables</para> +        <para><link \
linkend="function.maxdb-fetch">fetch</link> - fetches result from a prepared \
statement into bound variables</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-free-result'>free_result</link> - \
frees stored result memory for the given statement handle</para> +        <para><link \
linkend="function.maxdb-stmt-free-result">free_result</link> - frees stored result \
memory for the given statement handle</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-stmt-result-metadata'>result_metadata</link> - retrieves a \
resultset from a prepared statement for metadata information</para> +        \
<para><link linkend="function.maxdb-stmt-result-metadata">result_metadata</link> - \
retrieves a resultset from a prepared statement for metadata information</para>  \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-stmt-prepare'>prepare</link> - prepares \
an SQL query</para> +        <para><link \
linkend="function.maxdb-stmt-prepare">prepare</link> - prepares an SQL query</para>  \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-send-long-data'>send_long_data</link> - \
sends data in chunks</para> +        <para><link \
linkend="function.maxdb-send-long-data">send_long_data</link> - sends data in \
chunks</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-stmt-close-long-data'>close_long_data</link> - end sending \
long data</para> +        <para><link \
linkend="function.maxdb-stmt-close-long-data">close_long_data</link> - end sending \
long data</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-reset'>reset</link> - resets a \
prepared statement</para> +        <para><link \
linkend="function.maxdb-stmt-reset">reset</link> - resets a prepared statement</para> \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-stmt-store-result'>store_result</link> - \
buffers complete resultset from a prepared statement</para> +        <para><link \
linkend="function.maxdb-stmt-store-result">store_result</link> - buffers complete \
resultset from a prepared statement</para>  </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='maxdb.class.stmt.properties'>
+     <section xml:id="maxdb.class.stmt.properties">
       &reftitle.properties;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-affected-rows'>affected_rows</link> \
- returns affected rows from last statement execution</para> +        <para><link \
linkend="function.maxdb-stmt-affected-rows">affected_rows</link> - returns affected \
rows from last statement execution</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-errno'>errno</link> - returns \
errorcode for last statement function</para> +        <para><link \
linkend="function.maxdb-stmt-errno">errno</link> - returns errorcode for last \
statement function</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-error'>errno</link> - returns \
errormessage for last statement function</para> +        <para><link \
linkend="function.maxdb-stmt-error">errno</link> - returns errormessage for last \
statement function</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-param-count'>param_count</link> - \
returns number of parameter for a given prepare statement</para> +        <para><link \
linkend="function.maxdb-stmt-param-count">param_count</link> - returns number of \
parameter for a given prepare statement</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-stmt-sqlstate'>sqlstate</link> - returns \
a string containing the SQLSTATE error code for the last statement function</para> +  \
<para><link linkend="function.maxdb-stmt-sqlstate">sqlstate</link> - returns a string \
containing the SQLSTATE error code for the last statement function</para>  \
</listitem>  </itemizedlist>
      </section>
     </section>

-    <section xml:id='maxdb.classes.result'>
+    <section xml:id="maxdb.classes.result">
      <title><classname>maxdb_result</classname></title>
      <para>
       Represents the result set obtained from a query against the database.
      </para>
-     <section xml:id='maxdb.class.result.methods'>
+     <section xml:id="maxdb.class.result.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-free-result'>close</link> - closes \
resultset</para> +        <para><link \
linkend="function.maxdb-free-result">close</link> - closes resultset</para>  \
</listitem>  <listitem>
-        <para><link linkend='function.maxdb-data-seek'>data_seek</link> - moves \
internal result pointer</para> +        <para><link \
linkend="function.maxdb-data-seek">data_seek</link> - moves internal result \
pointer</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-field'>fetch_field</link> - gets \
column information from a resultset</para> +        <para><link \
linkend="function.maxdb-fetch-field">fetch_field</link> - gets column information \
from a resultset</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-fields'>fetch_fields</link> - gets \
information for all columns from a resulset</para> +        <para><link \
linkend="function.maxdb-fetch-fields">fetch_fields</link> - gets information for all \
columns from a resulset</para>  </listitem>
        <listitem>
-        <para><link \
linkend='function.maxdb-fetch-field-direct'>fetch_field_direct</link> - gets column \
information for specified column</para> +        <para><link \
linkend="function.maxdb-fetch-field-direct">fetch_field_direct</link> - gets column \
information for specified column</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-array'>fetch_array</link> - \
fetches a result row as an associative array, a numeric array, or both.</para> +      \
<para><link linkend="function.maxdb-fetch-array">fetch_array</link> - fetches a \
result row as an associative array, a numeric array, or both.</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-assoc'>fetch_assoc</link> - \
fetches a result row as an associative array</para> +        <para><link \
linkend="function.maxdb-fetch-assoc">fetch_assoc</link> - fetches a result row as an \
associative array</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-object'>fetch_object</link> - \
fetches a result row as an object</para> +        <para><link \
linkend="function.maxdb-fetch-object">fetch_object</link> - fetches a result row as \
an object</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-row'>fetch_row</link> - gets a \
result row as an enumerated array</para> +        <para><link \
linkend="function.maxdb-fetch-row">fetch_row</link> - gets a result row as an \
enumerated array</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-free-result'>close</link> - frees result \
memory</para> +        <para><link linkend="function.maxdb-free-result">close</link> \
- frees result memory</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-field-seek'>field_seek</link> - set \
result pointer to a specified field offset</para> +        <para><link \
linkend="function.maxdb-field-seek">field_seek</link> - set result pointer to a \
specified field offset</para>  </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='maxdb.class.result.properties'>
+     <section xml:id="maxdb.class.result.properties">
       &reftitle.properties;
       <itemizedlist>
        <listitem>
-        <para><link linkend='function.maxdb-field-tell'>current_field</link> - \
returns offset of current fieldpointer</para> +        <para><link \
linkend="function.maxdb-field-tell">current_field</link> - returns offset of current \
fieldpointer</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-field-count'>field_count</link> - \
returns number of fields in resultset</para> +        <para><link \
linkend="function.maxdb-field-count">field_count</link> - returns number of fields in \
resultset</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-fetch-lengths'>lengths</link> - returns \
an array of columnlengths</para> +        <para><link \
linkend="function.maxdb-fetch-lengths">lengths</link> - returns an array of \
columnlengths</para>  </listitem>
        <listitem>
-        <para><link linkend='function.maxdb-num-rows'>num_rows</link> - returns \
number of rows in resultset</para> +        <para><link \
linkend="function.maxdb-num-rows">num_rows</link> - returns number of rows in \
resultset</para>  </listitem>
       </itemizedlist>
      </section>

Modified: phpdoc/en/trunk/reference/memcache/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/memcache/constants.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/memcache/constants.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -4,7 +4,7 @@
  &reftitle.constants;
  <table>
   <title>Memcache Constants</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Name</entry>
@@ -14,7 +14,7 @@
     <tbody>
      <row>
       <entry>
-       <constant xml:id='constantmemcache-compressed'>MEMCACHE_COMPRESSED</constant>
+       <constant xml:id="constantmemcache-compressed">MEMCACHE_COMPRESSED</constant>
        (<type>integer</type>)
       </entry>
       <entry>
@@ -26,7 +26,7 @@
      </row>
      <row>
       <entry>
-       <constant xml:id='constantmemcache-have-session'>MEMCACHE_HAVE_SESSION</constant>
 +       <constant xml:id="constantmemcache-have-session">MEMCACHE_HAVE_SESSION</constant>
  (<type>integer</type>)
       </entry>
       <entry>

Modified: phpdoc/en/trunk/reference/mysqli/functions/mysqli-report.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/functions/mysqli-report.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/functions/mysqli-report.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -30,7 +30,7 @@
       <para>
        <table>
         <title>Supported flags</title>
-        <tgroup cols='2'>
+        <tgroup cols="2">
          <thead>
           <row>
            <entry>Name</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/client-info.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/client-info.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/client-info.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -36,7 +36,7 @@
   <para>
    <example>
     <title>mysqli_get_client_info</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/mysqli/mysqli/client-version.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/client-version.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/client-version.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -42,7 +42,7 @@
   <para>
    <example>
     <title>mysqli_get_client_version</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/mysqli/mysqli/connect.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/connect.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/connect.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -12,22 +12,22 @@
   <para>&style.oop;</para>
   <constructorsynopsis>
    <methodname>mysqli::__construct</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter><initializer>""</initializer></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>ini_get("mysqli.default_port")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter><initializer>ini_get("mysqli.default_socket")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter><initializer>""</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>ini_get("mysqli.default_port")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter><initializer>ini_get("mysqli.default_socket")</initializer></methodparam>
  </constructorsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>mysqli</type><methodname>mysqli_connect</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter><initializer>""</initializer></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter><initializer>ini_get("mysqli.default_port")</initializer></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter><initializer>ini_get("mysqli.default_socket")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter><initializer>ini_get("mysqli.default_host")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("mysqli.default_user")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter><initializer>ini_get("mysqli.default_pw")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter><initializer>""</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>ini_get("mysqli.default_port")</initializer></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter><initializer>ini_get("mysqli.default_socket")</initializer></methodparam>
  </methodsynopsis>
   <para>
    Opens a connection to the MySQL Server running on.

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/field-count.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/field-count.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/field-count.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -49,7 +49,7 @@
   <example>
    <title><varname>mysqli->field_count</varname> example</title>
    <para>&style.oop;</para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $mysqli = new mysqli("localhost", "my_user", "my_password", "test");
@@ -79,7 +79,7 @@
 ]]>
    </programlisting>
    <para>&style.procedural;</para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $link = mysqli_connect("localhost", "my_user", "my_password", "test");

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/get-client-info.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/get-client-info.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/get-client-info.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -36,7 +36,7 @@
   <para>
    <example>
     <title>mysqli_get_client_info</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/mysqli/mysqli/get-client-version.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/get-client-version.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/get-client-version.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -42,7 +42,7 @@
   <para>
    <example>
     <title>mysqli_get_client_version</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/mysqli/mysqli/info.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/info.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/info.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -27,7 +27,7 @@
   <para>
   <table>
    <title>Possible mysqli_info return values</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Query type</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/options.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/options.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/options.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -47,7 +47,7 @@
        The option that you want to set. It can be one of the following values:
        <table>
         <title>Valid options</title>
-        <tgroup cols='2'>
+        <tgroup cols="2">
          <thead>
           <row>
            <entry>Name</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/query.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/query.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/query.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -13,14 +13,14 @@
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli::query</methodname>
    <methodparam><type>string</type><parameter>query</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>resultmode</parameter><initializer>MYSQLI_STORE_RESULT</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resultmode</parameter><initializer>MYSQLI_STORE_RESULT</initializer></methodparam>
  </methodsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli_query</methodname>
    <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
    <methodparam><type>string</type><parameter>query</parameter></methodparam>
-   <methodparam choice='opt'><type>int</type><parameter>resultmode</parameter><initializer>MYSQLI_STORE_RESULT</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resultmode</parameter><initializer>MYSQLI_STORE_RESULT</initializer></methodparam>
  </methodsynopsis>
   <para>
    Performs a <parameter>query</parameter> against the database.

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/real-connect.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/real-connect.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/real-connect.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -12,25 +12,25 @@
   <para>&style.oop;</para>
   <methodsynopsis>
    <type>bool</type><methodname>mysqli::real_connect</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>flags</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
  </methodsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>bool</type><methodname>mysqli_real_connect</methodname>
    <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
-   <methodparam choice='opt'><type>string</type><parameter>host</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>username</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>passwd</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>dbname</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>port</parameter></methodparam>
                
-   <methodparam choice='opt'><type>string</type><parameter>socket</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>flags</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>dbname</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>socket</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
  </methodsynopsis>
   <para>
    Establish a connection to a MySQL database engine.
@@ -137,7 +137,7 @@
       </para>
       <table>
        <title>Supported flags</title>
-       <tgroup cols='2'>
+       <tgroup cols="2">
        <thead>
         <row>
          <entry>Name</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-all.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-all.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-all.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -12,13 +12,13 @@
   <para>&style.oop;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli_result::fetch_all</methodname>
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
  </methodsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli_fetch_all</methodname>
    <methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
  </methodsynopsis>
   <para>
    <function>mysqli_fetch_all</function> fetches all result rows and returns the \
result

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-array.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-array.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-array.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -12,13 +12,13 @@
   <para>&style.oop;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli_result::fetch_array</methodname>
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
  </methodsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>mixed</type><methodname>mysqli_fetch_array</methodname>
    <methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
  </methodsynopsis>
   <para>
    Returns an array that corresponds to the fetched row or &null; if there

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field-direct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -54,7 +54,7 @@
   <para>
   <table>
    <title>Object attributes</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Attribute</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-field.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -44,7 +44,7 @@
   <para>
   <table>
    <title>Object properties</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Property</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-fields.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-fields.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_result/fetch-fields.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -46,7 +46,7 @@
   <para>
   <table>
    <title>Object properties</title>
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Property</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_stmt/bind-param.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_stmt/bind-param.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_stmt/bind-param.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -59,7 +59,7 @@
        for the corresponding bind variables:
        <table>
         <title>Type specification chars</title>
-        <tgroup cols='2'>
+        <tgroup cols="2">
          <thead>
           <row>
            <entry>Character</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_stmt/fetch.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_stmt/fetch.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_stmt/fetch.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -51,7 +51,7 @@
   &reftitle.returnvalues;
   <table>
    &reftitle.returnvalues;
-   <tgroup cols='2'>
+   <tgroup cols="2">
     <thead>
      <row>
       <entry>Value</entry>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqli/mysqli_stmt/result-metadata.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -73,7 +73,7 @@
   &reftitle.examples;
   <example>
    <title>&style.oop;</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $mysqli = new mysqli("localhost", "my_user", "my_password", "test");
@@ -105,7 +105,7 @@
   </example>
   <example>
    <title>&style.procedural;</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $link = mysqli_connect("localhost", "my_user", "my_password", "test");

Modified: phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 310337 $ -->
+<!-- $Revision$ -->

 <refentry xml:id="function.mysqlnd-ms-get-last-used-connection" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
<refnamediv>


Property changes on: \
phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-get-last-used-connection.xml
 ___________________________________________________________________
Added: svn:keywords
   + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy \
HeadURL URL

Modified: phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-match-wild.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-match-wild.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-match-wild.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 311948 $ -->
+<!-- $Revision$ -->

 <refentry xml:id="function.mysqlnd-ms-match-wild" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
<refnamediv>


Property changes on: \
phpdoc/en/trunk/reference/mysqlnd_ms/functions/mysqlnd-ms-match-wild.xml \
                ___________________________________________________________________
Added: svn:keywords
   + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy \
HeadURL URL

Modified: phpdoc/en/trunk/reference/network/functions/getservbyname.xml
===================================================================
--- phpdoc/en/trunk/reference/network/functions/getservbyname.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/network/functions/getservbyname.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -82,7 +82,7 @@
    <simplelist>
     <member><function>getservbyport</function></member>
     <member>
-     <link xlink:href='&url.network.port-numbers;'>&url.network.port-numbers;</link>
+     <link xlink:href="&url.network.port-numbers;">&url.network.port-numbers;</link>
      for a complete list of port numbers.
     </member>
    </simplelist>

Modified: phpdoc/en/trunk/reference/nsapi/functions/nsapi-virtual.xml
===================================================================
--- phpdoc/en/trunk/reference/nsapi/functions/nsapi-virtual.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/nsapi/functions/nsapi-virtual.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -37,8 +37,8 @@
    </para>
    <para>
     Read the note about subrequests in the NSAPI section (<link
-    linkend='install.unix.sun.notes'>UNIX</link>, <link
-    linkend='install.windows.sun.notes'>Windows</link>) if you experience
+    linkend="install.unix.sun.notes">UNIX</link>, <link
+    linkend="install.windows.sun.notes">Windows</link>) if you experience
     this problem.
    </para>
   </note>

Modified: phpdoc/en/trunk/reference/nsapi/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/nsapi/setup.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/nsapi/setup.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -16,8 +16,8 @@
   &reftitle.install;
   <para>
    For PHP installation on Netscape/iPlanet/Sun webservers see the
-   NSAPI section (<link linkend='install.unix.sun'>UNIX</link>,
-   <link linkend='install.windows.sun'>Windows</link>) in the installation
+   NSAPI section (<link linkend="install.unix.sun">UNIX</link>,
+   <link linkend="install.windows.sun">Windows</link>) in the installation
    chapter.
   </para>
  </section>

Modified: phpdoc/en/trunk/reference/oauth/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/oauth/examples.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/oauth/examples.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -4,7 +4,7 @@
 <chapter xml:id="oauth.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;

- <section xml:id='oauth.examples.fireeagle'>
+ <section xml:id="oauth.examples.fireeagle">
   <title>FireEagle</title>
   <para>
    <example>

Modified: phpdoc/en/trunk/reference/pcre/functions/preg-replace-callback.xml
===================================================================
--- phpdoc/en/trunk/reference/pcre/functions/preg-replace-callback.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pcre/functions/preg-replace-callback.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -162,7 +162,7 @@
   <para>
    <example>
     <title><function>preg_replace_callback</function> example</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 // this text was used in 2002

Modified: phpdoc/en/trunk/reference/pdo/configure.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/configure.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/configure.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -2,7 +2,7 @@
 <!-- $Revision$ -->
 <section xml:id="pdo.installation" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.install;
- <procedure xml:id='pdo.install.unix51up'>
+ <procedure xml:id="pdo.install.unix51up">
   <title>Installing PDO on Unix systems</title>
   <step>
    <para>
@@ -34,7 +34,7 @@
    </para>
   </step>
  </procedure>
- <procedure xml:id='pdo.install.win32php51'>
+ <procedure xml:id="pdo.install.win32php51">
   <title>Windows users</title>
   <step>
    <para>

Modified: phpdoc/en/trunk/reference/pdo/connections.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/connections.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/connections.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -13,7 +13,7 @@
  <para>
   <example>
    <title>Connecting to MySQL</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass);
@@ -31,7 +31,7 @@
  </para>
  <para>
   <example><title>Handling connection errors</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 try {
@@ -72,7 +72,7 @@
  <para>
   <example>
    <title>Closing a connection</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass);
@@ -98,7 +98,7 @@
  <para>
   <example>
    <title>Persistent connections</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array(

Modified: phpdoc/en/trunk/reference/pdo/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/constants.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/constants.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -355,7 +355,7 @@
    </term>
    <listitem>
     <simpara>
-     See the <link linkend='pdo.error-handling'>Errors and error
+     See the <link linkend="pdo.error-handling">Errors and error
      handling</link> section for more information about this attribute.
     </simpara>
    </listitem>
@@ -458,7 +458,7 @@
     </simpara>
     <para>
      <example><title>using <constant>PDO::ATTR_DRIVER_NAME</constant></title>
-     <programlisting role='php'>
+     <programlisting role="php">
 <![CDATA[
 <?php
 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
@@ -491,7 +491,7 @@
    <listitem>
     <simpara>
      Request a persistent connection, rather than creating a new connection.
-     See <link linkend='pdo.connections'>Connections and Connection
+     See <link linkend="pdo.connections">Connections and Connection
      management</link> for more information on this attribute.
     </simpara>
    </listitem>
@@ -588,7 +588,7 @@
     <simpara>
      Do not raise an error or exception if an error occurs. The developer is
      expected to explicitly check for errors.  This is the default mode.
-     See <link linkend='pdo.error-handling'>Errors and error handling</link>
+     See <link linkend="pdo.error-handling">Errors and error handling</link>
      for more information about this attribute.
     </simpara>
    </listitem>
@@ -601,7 +601,7 @@
    <listitem>
     <simpara>
      Issue a PHP <constant>E_WARNING</constant> message if an error occurs.
-     See <link linkend='pdo.error-handling'>Errors and error handling</link>
+     See <link linkend="pdo.error-handling">Errors and error handling</link>
      for more information about this attribute.
     </simpara>
    </listitem>
@@ -614,7 +614,7 @@
    <listitem>
     <simpara>
      Throw a <classname>PDOException</classname> if an error occurs.
-     See <link linkend='pdo.error-handling'>Errors and error handling</link>
+     See <link linkend="pdo.error-handling">Errors and error handling</link>
      for more information about this attribute.
     </simpara>
    </listitem>

Modified: phpdoc/en/trunk/reference/pdo/drivers.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/drivers.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/drivers.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -10,7 +10,7 @@
   <para>
    The following drivers currently implement the PDO interface:
    <informaltable>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Driver name</entry>

Modified: phpdoc/en/trunk/reference/pdo/error-handling.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/error-handling.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/error-handling.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -57,7 +57,7 @@
      checking the return value of each database call.
     </para>
     <para>
-     See <link linkend='language.exceptions'>Exceptions</link> for more
+     See <link linkend="language.exceptions">Exceptions</link> for more
      information about Exceptions in PHP.
     </para>
    </listitem>

Modified: phpdoc/en/trunk/reference/pdo/lobs.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/lobs.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/lobs.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -14,7 +14,7 @@
    <function>PDOStatement::bindColumn</function> calls.
    <constant>PDO::PARAM_LOB</constant> tells
    PDO to map the data as a stream, so that you can manipulate it using the
-   <link linkend='ref.stream'>PHP Streams API</link>.
+   <link linkend="ref.stream">PHP Streams API</link>.
  </para>
  <para>
   <example>
@@ -26,7 +26,7 @@
     <function>fgets</function>, <function>fread</function> and
     <function>stream_get_contents</function> can be used on it.
    </para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $db = new PDO('odbc:SAMPLE', 'db2inst1', 'ibmdb2');
@@ -51,7 +51,7 @@
     it as a LOB.  PDO will do its best to get the contents of the file up
     to the database in the most efficient manner possible.
    </para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $db = new PDO('odbc:SAMPLE', 'db2inst1', 'ibmdb2');
@@ -85,7 +85,7 @@
     zero-length as part of the implicit commit that happens when the query
     is executed:
    </para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $db = new PDO('oci:', 'scott', 'tiger');

Modified: phpdoc/en/trunk/reference/pdo/pdo/begintransaction.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdo/begintransaction.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdo/begintransaction.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -49,7 +49,7 @@
      transaction so that none of the changes in the transaction are rolled
      back.
     </para>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 /* Begin a transaction, turning off autocommit */

Modified: phpdoc/en/trunk/reference/pdo/pdo/commit.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdo/commit.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdo/commit.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -32,7 +32,7 @@
   &reftitle.examples;
   <para>
    <example><title>Commit a transaction</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 /* Begin a transaction, turning off autocommit */

Modified: phpdoc/en/trunk/reference/pdo/pdo/errorinfo.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdo/errorinfo.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/pdo/errorinfo.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -23,7 +23,7 @@
    about the last operation performed by this database handle. The array
    consists of the following fields:
    <informaltable>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Element</entry>

Modified: phpdoc/en/trunk/reference/pdo/pdo/prepare.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdo/prepare.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/pdo/prepare.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -101,7 +101,7 @@
   &reftitle.examples;
   <para>
    <example><title>Prepare an SQL statement with named parameters</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by passing an array of values */
@@ -119,7 +119,7 @@
    </example>
    <example>
     <title>Prepare an SQL statement with question mark parameters</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by passing an array of values */

Modified: phpdoc/en/trunk/reference/pdo/pdo/rollback.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdo/rollback.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/pdo/rollback.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -51,7 +51,7 @@
      transaction so that none of the changes in the transaction are rolled
      back.
     </para>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 /* Begin a transaction, turning off autocommit */

Modified: phpdoc/en/trunk/reference/pdo/pdoexception.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdoexception.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/pdoexception.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -16,7 +16,7 @@
    <para>
     Represents an error raised by PDO.  You should not throw a
     <classname>PDOException</classname> from your own code.
-    See <link linkend='language.exceptions'>Exceptions</link> for more
+    See <link linkend="language.exceptions">Exceptions</link> for more
     information about Exceptions in PHP.
    </para>
   </section>

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/bindparam.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/bindparam.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/bindparam.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -102,7 +102,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example><title>Execute a prepared statement with named placeholders</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -120,7 +120,7 @@
   </example>

   <example><title>Execute a prepared statement with question mark \
                placeholders</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -139,7 +139,7 @@

 <!--
   <example><title>Pass a NULL value into a prepared statement</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -160,7 +160,7 @@
   </example>
 -->
   <example><title>Call a stored procedure with an INOUT parameter</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Call a stored procedure with an INOUT parameter */

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/bindvalue.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/bindvalue.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/bindvalue.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -68,7 +68,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example><title>Execute a prepared statement with named placeholders</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -86,7 +86,7 @@
   </example>

   <example><title>Execute a prepared statement with question mark \
                placeholders</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -45,7 +45,7 @@
   &reftitle.examples;
   <example>
    <title><function>PDOStatement::debugDumpParams</function> example with named \
                parameters</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -86,7 +86,7 @@

   <example>
    <title><function>PDOStatement::debugDumpParams</function> example with unnamed \
                parameters</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/pdo/pdostatement/errorinfo.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/errorinfo.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/errorinfo.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -23,7 +23,7 @@
    error information about the last operation performed by this
    statement handle. The array consists of the following fields:
    <informaltable>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <thead>
       <row>
        <entry>Element</entry>

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/execute.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/execute.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/execute.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -89,7 +89,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example><title>Execute a prepared statement with bound variables</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */
@@ -107,7 +107,7 @@
   </example>

   <example><title>Execute a prepared statement with an array of insert values (named \
                parameters)</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by passing an array of insert values */
@@ -123,7 +123,7 @@
   </example>

   <example><title>Execute a prepared statement with an array of insert values \
                (placeholders)</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by passing an array of insert values */
@@ -140,7 +140,7 @@


   <example><title>Execute a prepared statement with question mark \
                placeholders</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 /* Execute a prepared statement by binding PHP variables */

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/getcolumnmeta.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/getcolumnmeta.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/getcolumnmeta.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -51,7 +51,7 @@
   </para>
    <table>
     <title>Column metadata</title>
-    <tgroup cols='2'>
+    <tgroup cols="2">
      <colspec colname='c1'/>
      <colspec colname='c2'/>
      <thead>

Modified: phpdoc/en/trunk/reference/pdo/prepared-statements.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/prepared-statements.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/pdo/prepared-statements.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -46,7 +46,7 @@
     This example performs an INSERT query by substituting a <literal>name</literal>
     and a <literal>value</literal> for the named placeholders.
    </simpara>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("INSERT INTO REGISTRY (name, value) VALUES (:name, :value)");
@@ -74,7 +74,7 @@
     This example performs an INSERT query by substituting a <literal>name</literal>
     and a <literal>value</literal> for the positional <literal>?</literal> \
placeholders.  </simpara>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("INSERT INTO REGISTRY (name, value) VALUES (?, ?)");
@@ -103,7 +103,7 @@
     The user input is automatically quoted, so there is no risk of a
     SQL injection attack.
    </simpara>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("SELECT * FROM REGISTRY where name = ?");
@@ -129,7 +129,7 @@
  <para>
   <example>
    <title>Calling a stored procedure with an output parameter</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("CALL sp_returns_string(?)");
@@ -155,7 +155,7 @@
  <para>
   <example>
    <title>Calling a stored procedure with an input/output parameter</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("CALL sp_takes_string_returns_string(?)");
@@ -174,7 +174,7 @@
  <para>
   <example>
    <title>Invalid use of placeholder</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $stmt = $dbh->prepare("SELECT * FROM REGISTRY where name LIKE '%?%'");

Modified: phpdoc/en/trunk/reference/pdo/transactions.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/transactions.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo/transactions.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -79,7 +79,7 @@
     since the transaction was started, and then prints out an error
     message.
    </para>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 try {

Modified: phpdoc/en/trunk/reference/pdo_cubrid/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo_cubrid/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo_cubrid/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -83,7 +83,7 @@

          <para>
           <example><title>Insert LOBs in CUBRID PDO</title>
-           <programlisting role='php'>
+           <programlisting role="php">
 <![CDATA[
 <?php
 $fp = fopen('lob_test.png', 'rb');
@@ -100,7 +100,7 @@
          </para>
          <para>
           <example><title>Fetch LOBs in CUBRID PDO</title>
-           <programlisting role='php'>
+           <programlisting role="php">
 <![CDATA[
 <?php
 $sql_stmt = "SELECT content FROM lob_test WHERE name='lob_test.png'";

Modified: phpdoc/en/trunk/reference/pdo_mysql/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo_mysql/constants.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/pdo_mysql/constants.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -18,7 +18,7 @@
     </simpara>
     <para>
      <example><title>Forcing queries to be buffered in mysql</title>
-     <programlisting role='php'>
+     <programlisting role="php">
 <![CDATA[
 <?php
 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {

Modified: phpdoc/en/trunk/reference/reflection/reflectionclass/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/reflection/reflectionclass/construct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/reflection/reflectionclass/construct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -50,7 +50,7 @@
   <para>
    <example>
     <title>Basic usage ReflectionClass</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 Reflection::export(new ReflectionClass('Exception'));

Modified: phpdoc/en/trunk/reference/reflection/reflectionproperty/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/reflection/reflectionproperty/construct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/reflection/reflectionproperty/construct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -125,7 +125,7 @@
    </example>
    <example>
     <title>Getting value from private and protected properties using \
                <classname>ReflectionProperty</classname> class</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php


Modified: phpdoc/en/trunk/reference/sam/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/examples.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/examples.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -3,7 +3,7 @@

 <chapter xml:id="sam.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;
- <section xml:id='sam.connections'>
+ <section xml:id="sam.connections">
   <title>Connections</title>
   <para>
    In order to perform any messaging and queueing functions a connection
@@ -22,7 +22,7 @@
   <para>
    <example>
     <title>Creating a connection and connecting to a remote WebSphere MQSeries \
                Messaging Server</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $conn = new SAMConnection();
@@ -37,7 +37,7 @@
   <para>
    <example>
     <title>Creating a connection and connecting to a remote WebSphere Application \
                Server</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $conn = new SAMConnection();
@@ -52,7 +52,7 @@
   <para>
    <example>
     <title>Creating a connection and connecting to an MQTT server</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $conn = new SAMConnection();
@@ -65,7 +65,7 @@
   </para>
  </section>  <!-- xml:id=sam.connections -->

- <section xml:id='sam.messages'>
+ <section xml:id="sam.messages">
   <title>Messages</title>
   <para>
    Messages sent to and received from queues are represented by the
@@ -139,7 +139,7 @@
   </para>
  </section>  <!-- xml:id=sam.messages -->

- <section xml:id='sam.operations'>
+ <section xml:id="sam.operations">
   <title>Messaging operations</title>
   <para>
    All messaging operations are performed through calls to methods on the
@@ -172,7 +172,7 @@
   </para>
  </section>  <!-- xml:id=sam.operations -->

- <section xml:id='sam.pubsub'>
+ <section xml:id="sam.pubsub">
   <title>Publish/Subscribe and subscriptions to topics</title>
   <para>
    SAM allows messages to be sent either to queues or, for WebSphere MQ
@@ -287,7 +287,7 @@
   </para>
  </section>  <!-- xml:id=sam.pubsub -->

- <section xml:id='sam.errors'>
+ <section xml:id="sam.errors">
   <title>Error handling</title>
   <para>
    All SAMConnection methods that provide access to messaging operations

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-connect.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-connect.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-connect.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>bool</type><methodname>connect</methodname>
     <methodparam><type>string</type><parameter>protocol</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peek.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peek.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peek.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>SAMMessage</type><methodname>peek</methodname>
     <methodparam><type>string</type><parameter>target</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
  </refsect1>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peekall.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peekall.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-peekall.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>array</type><methodname>peekAll</methodname>
     <methodparam><type>string</type><parameter>target</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
  </refsect1>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-receive.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-receive.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-receive.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>SAMMessage</type><methodname>receive</methodname>
     <methodparam><type>string</type><parameter>target</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
  </refsect1>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-remove.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-remove.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-remove.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>SAMMessage</type><methodname>remove</methodname>
     <methodparam><type>string</type><parameter>target</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-send.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-send.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-send.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -16,7 +16,7 @@
     <type>string</type><methodname>send</methodname>
     <methodparam><type>string</type><parameter>target</parameter></methodparam>
     <methodparam><type>SAMMessage</type><parameter>msg</parameter></methodparam>
-    <methodparam choice='opt'><type>array</type><parameter>properties</parameter></methodparam>
 +    <methodparam choice="opt"><type>array</type><parameter>properties</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/functions/SAM-Connection-unsubscribe.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -15,7 +15,7 @@
    <methodsynopsis>
     <type>bool</type><methodname>unsubscribe</methodname>
     <methodparam><type>string</type><parameter>subscriptionId</parameter></methodparam>
                
-    <methodparam choice='opt'><type>string</type><parameter>targetTopic</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>targetTopic</parameter></methodparam>
  </methodsynopsis>
   </classsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/sam/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/reference.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/reference.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -7,121 +7,121 @@

    <!-- FIXME: Upgrade to the new-oo-markup -->
    <!-- class definition section -->
-   <section xml:id='sam.classes'>
+   <section xml:id="sam.classes">
     &reftitle.classes;

 <!-- Connection class  -->
-    <section xml:id='sam.class.Connection'>
+    <section xml:id="sam.class.Connection">
      <title><classname>SAMConnection</classname></title>
      <para>
       Object representing a connection to a Messaging Server
      </para>

-     <section xml:id='sam.class.Connection.constructor'>
+     <section xml:id="sam.class.Connection.constructor">
       &reftitle.constructor;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.samconnection-constructor'>new SAMConnection</link> \
- construct a new connection object to allow connection to a messaging \
infrastructure. +         <link linkend="function.samconnection-constructor">new \
SAMConnection</link> - construct a new connection object to allow connection to a \
messaging infrastructure.  </para>
        </listitem>
       </itemizedlist>
      </section>  <!-- xml:id=sam.class.Connection.constructor -->

-     <section xml:id='sam.class.Connection.methods'>
+     <section xml:id="sam.class.Connection.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.samconnection-commit'>commit</link>
+         <link linkend="function.samconnection-commit">commit</link>
          - a method that commits (successfully completes) an in-flight unit
          of work.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-connect'>connect</link>
+         <link linkend="function.samconnection-connect">connect</link>
          - a method that connects a PHP script to a messaging server.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-disconnect'>disconnect</link>
+         <link linkend="function.samconnection-disconnect">disconnect</link>
          - a method that disconnects a PHP script from a messaging server.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-isconnected'>isConnected</link>
+         <link linkend="function.samconnection-isconnected">isConnected</link>
          - a method that checks whether a PHP script is connected to a
           messaging server.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-peek'>peek</link>
+         <link linkend="function.samconnection-peek">peek</link>
          - a method that receives a message from a queue without removing it
           from the queue.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-peekall'>peekAll</link>
+         <link linkend="function.samconnection-peekall">peekAll</link>
          - a method that receives one or messages from a queue without
          removing them from the queue.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-receive'>receive</link>
+         <link linkend="function.samconnection-receive">receive</link>
          - a method that receives a message from a queue or subscription.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-remove'>remove</link>
+         <link linkend="function.samconnection-remove">remove</link>
          - a method that removes a message from a queue.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-rollback'>rollback</link>
+         <link linkend="function.samconnection-rollback">rollback</link>
          - a method that cancels (rolls back) an in-flight unit of work.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-send'>send</link>
+         <link linkend="function.samconnection-send">send</link>
          - a method that sends a message to a queue or posts to a topic
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-setDebug'>setDebug</link>
+         <link linkend="function.samconnection-setDebug">setDebug</link>
          - a method that switches additional debugging output on or off
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-subscribe'>subscribe</link>
+         <link linkend="function.samconnection-subscribe">subscribe</link>
          - a method that creates a subscription to one or more topics
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-unsubscribe'>unsubscribe</link>
+         <link linkend="function.samconnection-unsubscribe">unsubscribe</link>
          - a method that destroys a subscription to one or more topics
         </para>
        </listitem>
       </itemizedlist>
      </section>  <!-- xml:id=sam.class.Connection.methods -->

-     <section xml:id='sam.class.Connection.properties'>
+     <section xml:id="sam.class.Connection.properties">
       &reftitle.properties;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.samconnection-errno'>errno</link> - the
+         <link linkend="function.samconnection-errno">errno</link> - the
          numeric error code for the last encountered error on this
          connection. This property is set to 0 if the last operation was
          successful.
@@ -129,7 +129,7 @@
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.samconnection-error'>error</link> - the
+         <link linkend="function.samconnection-error">error</link> - the
          text description for the last encountered error on this connection
         </para>
        </listitem>
@@ -138,36 +138,36 @@
     </section>   <!-- xml:id=sam.class.Connection -->

 <!-- Message class    *************************************************** -->
-    <section xml:id='sam.class.Message'>
+    <section xml:id="sam.class.Message">
      <title><classname>SAMMessage</classname></title>
      <para>
       Object representing a message to be sent or received
      </para>

-     <section xml:id='sam.class.Message.constructor'>
+     <section xml:id="sam.class.Message.constructor">
       &reftitle.constructor;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sammessage-constructor'>new SAMMessage</link> - \
construct a +         <link linkend="function.sammessage-constructor">new \
SAMMessage</link> - construct a  new message.
         </para>
        </listitem>
       </itemizedlist>
      </section>  <!-- xml:id=sam.class.Message.constructor -->

-     <section xml:id='sam.class.Message.properties'>
+     <section xml:id="sam.class.Message.properties">
       &reftitle.properties;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sammessage-body'>body</link> - the body of
+         <link linkend="function.sammessage-body">body</link> - the body of
          the message.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sammessage-header'>header</link> - the
+         <link linkend="function.sammessage-header">header</link> - the
          header properties of the message.
         </para>
        </listitem>

Modified: phpdoc/en/trunk/reference/sam/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sam/setup.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sam/setup.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -64,7 +64,7 @@
   </para>

   <!-- {{{ Linux -->
-  <section xml:id='sam.installation.linux'>
+  <section xml:id="sam.installation.linux">
    <title>Linux installation steps</title>
    <para>
     The sam extension is supplied as a PECL module, which
@@ -115,7 +115,7 @@
   </section>
   <!-- }}} -->
   <!-- {{{ Windows -->
-  <section xml:id='sam.installation.windows'>
+  <section xml:id="sam.installation.windows">
    <title>Windows installation steps</title>
    <para>
     You will probably need to build the sam extension for Windows as there
@@ -249,7 +249,7 @@
   </section>
   <!-- }}} -->
   <!-- {{{ VS2005 -->
-  <section xml:id='sam.installation.VS2005'>
+  <section xml:id="sam.installation.VS2005">
    <title>Additional steps for Visual Studio 2005</title>
    <para>
     If you build the SAM extension with the Microsoft Visual Studio 2005

Modified: phpdoc/en/trunk/reference/sca/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/sca/examples.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sca/examples.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -347,7 +347,7 @@
    component can create an SDO to pass on a local or Web service call, or
    how a component can create an SDO to return. The PHP SDO project
    documentation describes how to work with the SDO APIs (see
-   <link linkend='ref.sdo'>the SDO pages</link>).
+   <link linkend="ref.sdo">the SDO pages</link>).
   </para>

  </section>
@@ -833,7 +833,7 @@
    boolean, integer, float and string, but to pass or return data
    structures, SCA components use Service Data Objects (SDOs). SDOs
    are described in much more detail in
-   <link linkend='ref.sdo'>the SDO pages</link> of this manual.
+   <link linkend="ref.sdo">the SDO pages</link> of this manual.
    Readers familiar with SDOs will know that they are suitable for
    representing the sort of structured and semi-structured data that
    is frequently modeled in XML, and that they serialize very

Modified: phpdoc/en/trunk/reference/sca/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sca/reference.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sca/reference.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -7,7 +7,7 @@
  <partintro>
   <!-- FIXME: This needs to be upgraded to the new oo-markup -->
   <!-- Class definition section -->
-  <section xml:id='sca.classes'><!-- {{{ -->
+  <section xml:id="sca.classes"><!-- {{{ -->
    &reftitle.classes;
    <para>
     Most of the interface to SCA is through the annotations within
@@ -17,7 +17,7 @@
     and <classname>SCA_SoapProxy</classname>.
    </para>

-   <section xml:id='sca.class'><!-- {{{ -->
+   <section xml:id="sca.class"><!-- {{{ -->
     <title><classname>SCA</classname></title>
     <para>
      Much of the work of the SCA class is performed when the file
@@ -40,18 +40,18 @@
      SDO's XML Data Access Service.
     </para>

-    <section xml:id='sca.class.SCA.methods'><!-- {{{ -->
+    <section xml:id="sca.class.SCA.methods"><!-- {{{ -->
      &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
-        <link linkend='function.sca-getservice'>
+        <link linkend="function.sca-getservice">
          getService</link> - obtain a proxy for a service
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sca-createdataobject'>
+        <link linkend="function.sca-createdataobject">
          createDataObject</link> - create an SDO
        </para>
       </listitem>
@@ -59,7 +59,7 @@
     </section> <!-- }}} -->
    </section><!-- }}} -->

-   <section xml:id='sca-local-proxy.class'><!-- {{{ -->
+   <section xml:id="sca-local-proxy.class"><!-- {{{ -->
     <title>
      <classname>SCA_LocalProxy</classname>
     </title>
@@ -82,13 +82,13 @@
      Service.
     </para>

-    <section xml:id='sca.class.SCA-LocalProxy.methods'><!-- {{{ -->
+    <section xml:id="sca.class.SCA-LocalProxy.methods"><!-- {{{ -->
      &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
         <link
-         linkend='function.sca-localproxy-createdataobject'>
+         linkend="function.sca-localproxy-createdataobject">
          createDataObject</link> - create an SDO
        </para>
       </listitem>
@@ -96,7 +96,7 @@
     </section><!-- }}} -->
    </section><!-- }}} -->

-   <section xml:id='sca-soap-proxy.class'><!-- {{{ -->
+   <section xml:id="sca-soap-proxy.class"><!-- {{{ -->
     <title>
      <classname>SCA_SoapProxy</classname>
     </title>
@@ -120,13 +120,13 @@
      as those to SDO's XML Data Access Service.
     </para>

-    <section xml:id='sca.class.SCA-SoapProxy.methods'><!-- {{{ -->
+    <section xml:id="sca.class.SCA-SoapProxy.methods"><!-- {{{ -->
      &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
         <link
-         linkend='function.sca-soapproxy-createdataobject'>
+         linkend="function.sca-soapproxy-createdataobject">
          createDataObject</link> - create an SDO
        </para>
       </listitem>

Modified: phpdoc/en/trunk/reference/scream/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/scream/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/scream/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -4,7 +4,7 @@
 <chapter xml:id="scream.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;

- <section xml:id='scream.examples-simple'>
+ <section xml:id="scream.examples-simple">
   <title>Example that shows the effect of scream</title>
   <para>
    This example demonstrates how scream affects the behaviour of PHP's  error \
handler.

Modified: phpdoc/en/trunk/reference/sdo/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/examples.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdo/examples.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -3,7 +3,7 @@

 <chapter xml:id="sdo.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;
- <section xml:id='sdo.examples-basic'>
+ <section xml:id="sdo.examples-basic">
   <title>Basic usage</title>
   <para>
    The examples below assume an SDO created with the schema
@@ -473,7 +473,7 @@
    When loaded, the letter data object will have the sequence and
    property indices shown in the table below:
    <informaltable>
-    <tgroup cols='3'>
+    <tgroup cols="3">
      <thead>
       <row>
        <entry>Sequence Index</entry>
@@ -627,7 +627,7 @@
     <title>Adding to a sequence</title>
     <para>
      We can add new values to a sequence using the
-     <link linkend='function.sdo-sequence-insert'><function>SDO_Sequence::insert</function></link>
 +     <link linkend="function.sdo-sequence-insert"><function>SDO_Sequence::insert</function></link>
  method.  The following examples assume that the 'firstName' and
      'lastName' properties are initially unset.
     </para>

Modified: phpdoc/en/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdo/functions/SDO-DataObject-createDataObject.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -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.sdo-property'>SDO_Model_Property</link>.
+       <link linkend="sdo.class.sdo-property">SDO_Model_Property</link>.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/sdo/functions/SDO-Sequence-insert.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/functions/SDO-Sequence-insert.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdo/functions/SDO-Sequence-insert.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -59,7 +59,7 @@
      <listitem>
       <para>
        Either a property index, a property name, or an
-       <link linkend='sdo.class.sdo-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.

Modified: phpdoc/en/trunk/reference/sdo/limitations.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/limitations.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdo/limitations.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<chapter xml:id='sdo.limitations'>
+<chapter xml:id="sdo.limitations">
  <title>Limitations</title>
- <procedure xml:id='sdo.limitations.implementation'>
+ <procedure xml:id="sdo.limitations.implementation">
   <title>Implementation Limitations</title>
   <para>
    The following are limitations in the current SDO implementation:
@@ -16,7 +16,7 @@
    </para>
   </step>
  </procedure>
- <procedure xml:id='sdo.limitations.sdo'>
+ <procedure xml:id="sdo.limitations.sdo">
   <title>SDO Limitations</title>
   <para>
    The following SDO 2.0 concepts are not supported in the current
@@ -45,7 +45,7 @@
     However equivalent function is provided in a more natural way for PHP.
     For example the function of <command>CopyHelper::copy()</command>
     is provided by applying the PHP
-    <link linkend='language.oop5.cloning'>clone</link> keyword to a data object.
+    <link linkend="language.oop5.cloning">clone</link> keyword to a data object.
    </para>
   </step>
  </procedure>

Modified: phpdoc/en/trunk/reference/sdo/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/reference.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdo/reference.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -10,7 +10,7 @@
    <para>
     The table below lists the currently provided SDO Data Access Services:
     <informaltable>
-     <tgroup cols='2'>
+     <tgroup cols="2">
       <thead>
        <row>
         <entry>DAS Name</entry>
@@ -46,7 +46,7 @@
   <!-- FIXME: Everything below should be removed and follow our OO skeletons -->

   <!-- class definition section -->
-  <section xml:id='sdo.classes'>
+  <section xml:id="sdo.classes">
    &reftitle.classes;
    <para>
     SDO consists of three sets of interfaces.  The first set covers those
@@ -59,10 +59,10 @@
     use or understand the 'SDO_Model_' and 'SDO_DAS_' interfaces.
    </para>

-   <section xml:id='sdo.class.sdo-apis'>
+   <section xml:id="sdo.class.sdo-apis">
     <title>SDO Application Programmer Interface</title>

-    <section xml:id='sdo.class.sdo-dataobject'>
+    <section xml:id="sdo.class.sdo-dataobject">
      <title>
       <classname>SDO_DataObject</classname>
      </title>
@@ -73,41 +73,41 @@
       <function>__set</function> methods for property access overloading),
       Iterator, and Countable interfaces.
      </para>
-     <section xml:id='sdo.class.SDO-DataObject.methods'> &reftitle.methods;
+     <section xml:id="sdo.class.SDO-DataObject.methods"> &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-getsequence'>getSequence</link>
+         <link linkend="function.sdo-dataobject-getsequence">getSequence</link>
          - get the sequence for the data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-createdataobject'>createDataObject</link>
 +         <link linkend="function.sdo-dataobject-createdataobject">createDataObject</link>
                
          - create a child data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-clear'>clear</link>
+         <link linkend="function.sdo-dataobject-clear">clear</link>
          - unset the properties of a data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-getcontainer'>getContainer</link>
+         <link linkend="function.sdo-dataobject-getcontainer">getContainer</link>
          - get the container (also known as 'parent') of this data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-gettypename'>getTypeName</link>
+         <link linkend="function.sdo-dataobject-gettypename">getTypeName</link>
          - get the name of the type for this data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-dataobject-gettypenamespaceuri'>getTypeNamespaceURI</link>
 +         <link linkend="function.sdo-dataobject-gettypenamespaceuri">getTypeNamespaceURI</link>
                
          - get the namespace URI of the type for this data object
         </para>
        </listitem>
@@ -115,7 +115,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-sequence'>
+    <section xml:id="sdo.class.sdo-sequence">
      <title>
       <classname>SDO_Sequence</classname>
      </title>
@@ -128,24 +128,24 @@
       down. In addition to the methods below, SDO_Sequence extends the
       ArrayAccess, Iterator and Countable interface.
      </para>
-     <section xml:id='sdo.class.SDO-Sequence.methods'>
+     <section xml:id="sdo.class.SDO-Sequence.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-sequence-getproperty'>getProperty</link>
+         <link linkend="function.sdo-sequence-getproperty">getProperty</link>
          - get the property for a given sequence index
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-sequence-move'>move</link>
+         <link linkend="function.sdo-sequence-move">move</link>
          - move an element from one property index to another
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-sequence-insert'>insert</link>
+         <link linkend="function.sdo-sequence-insert">insert</link>
          - insert a new value into the sequence
         </para>
        </listitem>
@@ -153,7 +153,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-list'>
+    <section xml:id="sdo.class.sdo-list">
      <title>
       <classname>SDO_List</classname>
      </title>
@@ -164,12 +164,12 @@
       therefore inserting or removing elements may shift other elements
       up or down.
      </para>
-     <section xml:id='sdo.class.SDO-List.methods'>
+     <section xml:id="sdo.class.SDO-List.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-list-insert'>insert</link>
+         <link linkend="function.sdo-list-insert">insert</link>
          - insert a new value into the list
         </para>
        </listitem>
@@ -177,7 +177,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-datafactory'>
+    <section xml:id="sdo.class.sdo-datafactory">
      <title>
       <classname>SDO_DataFactory</classname>
      </title>
@@ -189,12 +189,12 @@
       for the factory and can then optionally return an instance of,
       or implement, the SDO_DataFactory interface.
      </para>
-     <section xml:id='sdo.class.SDO-DataFactory.methods'>
+     <section xml:id="sdo.class.SDO-DataFactory.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-datafactory-create'>create</link>
+         <link linkend="function.sdo-datafactory-create">create</link>
          - create a new data object
         </para>
        </listitem>
@@ -202,7 +202,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-exception'>
+    <section xml:id="sdo.class.sdo-exception">
      <title>
       <classname>SDO_Exception</classname>
      </title>
@@ -245,14 +245,14 @@
        </listitem>
       </itemizedlist>
      </para>
-     <section xml:id='sdo.class.SDO-Exception.methods'> &reftitle.methods;
+     <section xml:id="sdo.class.SDO-Exception.methods"> &reftitle.methods;
      <para>One method is added to those inherited from the built in
-     <link linkend='language.exceptions.extending'>Exception</link> class:
+     <link linkend="language.exceptions.extending">Exception</link> class:
      </para>
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-exception-getcause'>getCause</link>
+         <link linkend="function.sdo-exception-getcause">getCause</link>
          - get the cause of this SDO_Exception
         </para>
        </listitem>
@@ -265,10 +265,10 @@



-   <section xml:id='sdo.class.sdo-model-apis'>
+   <section xml:id="sdo.class.sdo-model-apis">
     <title>SDO Reflection Application Programmer Interfaces</title>

-    <section xml:id='sdo.class.sdo-reflectiondataobject'>
+    <section xml:id="sdo.class.sdo-reflectiondataobject">
      <title>
       <classname>SDO_Model_ReflectionDataObject</classname>
      </title>
@@ -277,29 +277,29 @@
       to obtain its model type and property information.
       It is designed to follow the reflection pattern introduced in PHP 5.
      </para>
-     <section xml:id='sdo.class.SDO-Model-ReflectionDataObject.constructor'>
+     <section xml:id="sdo.class.SDO-Model-ReflectionDataObject.constructor">
        &reftitle.constructor;
        <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-reflectiondataobject-construct'>__construct</link>
 +         <link linkend="function.sdo-model-reflectiondataobject-construct">__construct</link>
                
          - construct a new SDO_Model_ReflectionDataObject.
         </para>
        </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='sdo.class.SDO-Model-ReflectionDataObject.methods'>
+     <section xml:id="sdo.class.SDO-Model-ReflectionDataObject.methods">
        &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-reflectiondataobject-export'>export</link>
 +         <link linkend="function.sdo-model-reflectiondataobject-export">export</link>
                
          - get a string describing the data object.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-reflectiondataobject-gettype'>getType</link>
 +         <link linkend="function.sdo-model-reflectiondataobject-gettype">getType</link>
                
          - get the SDO_Model_Type for the data object.
         </para>
        </listitem>
@@ -321,7 +321,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-type'>
+    <section xml:id="sdo.class.sdo-type">
      <title>
       <classname>SDO_Model_Type</classname>
      </title>
@@ -331,65 +331,65 @@
       namespace URI of the type, whether the type allow open content, and so
       on.
      </para>
-     <section xml:id='sdo.class.SDO-Model-Type.methods'> &reftitle.methods;
+     <section xml:id="sdo.class.SDO-Model-Type.methods"> &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-getname'>getName</link>
+         <link linkend="function.sdo-model-type-getname">getName</link>
           - get the name of the type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-getnamespaceuri'>getNamespaceURI</link>
 +         <link linkend="function.sdo-model-type-getnamespaceuri">getNamespaceURI</link>
                
          - get the namespace URI of the type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-isinstance'>isInstance</link>
+         <link linkend="function.sdo-model-type-isinstance">isInstance</link>
          - test for a data object being an instance of the type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-getproperties'>getProperties</link>
+         <link linkend="function.sdo-model-type-getproperties">getProperties</link>
          - get the properties of the type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-getproperty'>getProperty</link>
+         <link linkend="function.sdo-model-type-getproperty">getProperty</link>
          - get a property of the type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-isdatatype'>isDataType</link>
+         <link linkend="function.sdo-model-type-isdatatype">isDataType</link>
          - test to see if this type is a primitive scalar type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-issequencedtype'>isSequencedType</link>
 +         <link linkend="function.sdo-model-type-issequencedtype">isSequencedType</link>
                
          - test to see if this is a sequenced type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-isopentype'>isOpenType</link>
+         <link linkend="function.sdo-model-type-isopentype">isOpenType</link>
          - test to see if this is an open type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-isabstracttype'>isAbstractType</link>
 +         <link linkend="function.sdo-model-type-isabstracttype">isAbstractType</link>
                
          - test to see if this is an abstract type.
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-model-type-getbasetype'>getBaseType</link>
+         <link linkend="function.sdo-model-type-getbasetype">getBaseType</link>
          - get the base type of this type (if one exists).
         </para>
        </listitem>
@@ -397,7 +397,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdo-property'>
+    <section xml:id="sdo.class.sdo-property">
      <title>
       <classname>SDO_Model_Property</classname>
      </title>
@@ -408,41 +408,41 @@
       property is contained or reference by its parent, its cardinality,
       and so on.
      </para>
-     <section xml:id='sdo.class.SDO-Model-Property.methods'> &reftitle.methods;
+     <section xml:id="sdo.class.SDO-Model-Property.methods"> &reftitle.methods;
       <itemizedlist>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-getname'>getName</link>
+          <link linkend="function.sdo-model-property-getname">getName</link>
           - get the name of the property.
          </para>
         </listitem>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-gettype'>getType</link>
+          <link linkend="function.sdo-model-property-gettype">getType</link>
           - get the type of the property.
          </para>
         </listitem>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-ismany'>isMany</link>
+          <link linkend="function.sdo-model-property-ismany">isMany</link>
           - test to see if the property is many-valued.
          </para>
         </listitem>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-iscontainment'>isContainment</link>
 +          <link linkend="function.sdo-model-property-iscontainment">isContainment</link>
                
           - test to see if the property describes a containment relationship.
          </para>
         </listitem>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-getcontainingtype'>getContainingType</link>
 +          <link linkend="function.sdo-model-property-getcontainingtype">getContainingType</link>
                
           - get the type which contains this property.
          </para>
         </listitem>
         <listitem>
          <para>
-          <link linkend='function.sdo-model-property-getdefault'>getDefault</link>
+          <link linkend="function.sdo-model-property-getdefault">getDefault</link>
           - get the default value for a property.
          </para>
         </listitem>
@@ -454,27 +454,27 @@

    </section>

-   <section xml:id='sdo.class.sdo-das-spis'>
+   <section xml:id="sdo.class.sdo-das-spis">
     <title>
      SDO Data Access Service Developer Interfaces
     </title>

-    <section xml:id='sdo.class.sdodas-dataobject'>
+    <section xml:id="sdo.class.sdodas-dataobject">
      <title>
       <classname>SDO_DAS_DataObject</classname>
      </title>
      <para>
       The interface through which a Data Access Service can access
       a data object's
-      <link linkend='sdo.class.sdodas-changesummary'>SDO_DAS_ChangeSummary</link>.
+      <link linkend="sdo.class.sdodas-changesummary">SDO_DAS_ChangeSummary</link>.
       The change summary is used by the Data Access Service to check for
       conflicts when applying changes back to a data source.
      </para>
-     <section xml:id='sdo.class.SDO-DAS-DataObject.methods'> &reftitle.methods;
+     <section xml:id="sdo.class.SDO-DAS-DataObject.methods"> &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-dataobject-getchangesummary'>getChangeSummary</link>
 +         <link linkend="function.sdo-das-dataobject-getchangesummary">getChangeSummary</link>
                
          - get the change summary for a data object
         </para>
        </listitem>
@@ -483,7 +483,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdodas-changesummary'>
+    <section xml:id="sdo.class.sdodas-changesummary">
      <title>
       <classname>SDO_DAS_ChangeSummary</classname>
      </title>
@@ -502,48 +502,48 @@
       This is useful when a set of changes have been written out by a
       DAS and the data object is to be reused.
      </para>
-     <section xml:id='sdo.class.SDO-DAS-ChangeSummary.methods'>
+     <section xml:id="sdo.class.SDO-DAS-ChangeSummary.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-beginlogging'>beginLogging</link>
 +         <link linkend="function.sdo-das-changesummary-beginlogging">beginLogging</link>
                
          - begin logging changes made to a data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-endlogging'>endLogging</link>
+         <link linkend="function.sdo-das-changesummary-endlogging">endLogging</link>
          - end logging changes made to a data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-islogging'>isLogging</link>
+         <link linkend="function.sdo-das-changesummary-islogging">isLogging</link>
          - test to see if change logging is on
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-getchangeddataobjects'>getChangedDataObjects</link>
 +         <link linkend="function.sdo-das-changesummary-getchangeddataobjects">getChangedDataObjects</link>
                
          - get a list of the data objects which have been changed
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-getchangetype'>getChangeType</link>
 +         <link linkend="function.sdo-das-changesummary-getchangetype">getChangeType</link>
                
          - get the type of change which has been made to a data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-getoldvalues'>getOldValues</link>
 +         <link linkend="function.sdo-das-changesummary-getoldvalues">getOldValues</link>
                
          - get a list of old values for a data object
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-changesummary-getoldcontainer'>getOldContainer</link>
 +         <link linkend="function.sdo-das-changesummary-getoldcontainer">getOldContainer</link>
                
          - get the old container data object for a deleted data object
         </para>
        </listitem>
@@ -551,48 +551,48 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdodas-setting'>
+    <section xml:id="sdo.class.sdodas-setting">
      <title>
       <classname>SDO_DAS_Setting</classname>
      </title>
      <para>
       The interface through which the old value for a property is
       accessed. A list of settings is returned by the change summary method
-      <link linkend='function.sdo-das-changesummary-getoldvalues'>
+      <link linkend="function.sdo-das-changesummary-getoldvalues">
        <function>getOldValues</function>
       </link>.
      </para>
-     <section xml:id='sdo.class.SDO-DAS-Setting.methods'>
+     <section xml:id="sdo.class.SDO-DAS-Setting.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-setting-getpropertyindex'>getPropertyIndex</link>
 +         <link linkend="function.sdo-das-setting-getpropertyindex">getPropertyIndex</link>
                
          - get the property index for the changed property
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-setting-getpropertyname'>getPropertyName</link>
 +         <link linkend="function.sdo-das-setting-getpropertyname">getPropertyName</link>
                
          - get the property name for the changed property
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-setting-getvalue'>getValue</link>
+         <link linkend="function.sdo-das-setting-getvalue">getValue</link>
          - get the old value for the changed property
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-setting-getlistindex'>getListIndex</link>
+         <link linkend="function.sdo-das-setting-getlistindex">getListIndex</link>
          - get the list index for the old value if it was part of a
          many-valued property
         </para>
        </listitem>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-setting-isset'>isSet</link>
+         <link linkend="function.sdo-das-setting-isset">isSet</link>
          - test to see if the property was set prior to being modified
          </para>
        </listitem>
@@ -600,7 +600,7 @@
      </section>
     </section>

-    <section xml:id='sdo.class.sdodas-datafactory'>
+    <section xml:id="sdo.class.sdodas-datafactory">
      <title>
       <classname>SDO_DAS_DataFactory</classname>
      </title>
@@ -614,12 +614,12 @@
       an SDO_DAS_DataFactory model based on a schema for a relational
       database.
      </para>
-     <section xml:id='sdo.class.SDO-DAS-DataFactory.methods'>
+     <section xml:id="sdo.class.SDO-DAS-DataFactory.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-datafactory-getdatafactory'>getDataFactory</link>
 +         <link linkend="function.sdo-das-datafactory-getdatafactory">getDataFactory</link>
                
          - static methods for getting a concrete data factory instance
         </para>
        </listitem>
@@ -627,7 +627,7 @@
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-datafactory-addtype'>addType</link>
+         <link linkend="function.sdo-das-datafactory-addtype">addType</link>
          - add a new type to the SDO model
         </para>
        </listitem>
@@ -635,7 +635,7 @@
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend='function.sdo-das-datafactory-addpropertytotype'>addPropertyToType</link>
 +         <link linkend="function.sdo-das-datafactory-addpropertytotype">addPropertyToType</link>
                
          - add a new property to a type definition in the SDO model
         </para>
        </listitem>

Modified: phpdoc/en/trunk/reference/sdo/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/setup.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdo/setup.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -11,7 +11,7 @@
    The SDO extension requires PHP 5.1.0 or higher. It also requires the
    libxml2 library. Normally libxml2 will already be installed, but if
    not, it can be downloaded from
-   <link xlink:href='&url.libxml;'>&url.libxml;</link>.
+   <link xlink:href="&url.libxml;">&url.libxml;</link>.
   </para>
  </section>
  <!-- }}} -->
@@ -31,7 +31,7 @@
     <filename>sdo_das_xml.so</filename> should be removed from your &php.ini;.
    </para>
   </note>
-  <procedure xml:id='sdo.install.unix'>
+  <procedure xml:id="sdo.install.unix">
    <title>Unix systems</title>
    <step>
     <para>
@@ -79,16 +79,16 @@
   </procedure>

 <!--
-  <procedure xml:id='sdo.install.win32'>
+  <procedure xml:id="sdo.install.win32">
    <title>Windows</title>
    <step>
     <para>
      The latest SDO DLL can be downloaded from
-     <link xlink:href='&url.pecl.win.ext;php_sdo.dll'>php_sdo.dll</link>.
+     <link xlink:href="&url.pecl.win.ext;php_sdo.dll">php_sdo.dll</link>.
     </para>
     <para>
      Note that currently the
-     <link xlink:href='&url.pecl.win;'>pecl4win</link>
+     <link xlink:href="&url.pecl.win;">pecl4win</link>
      site does not provide this binary at the current release level;
      you can only download the latest level.
     </para>
@@ -125,7 +125,7 @@
   </procedure>
 -->

-  <procedure xml:id='sdo.build.linux.steps'>
+  <procedure xml:id="sdo.build.linux.steps">
    <title>Building SDO on Linux</title>
    <para>
     This section describes how to build the SDO core and XML DAS on

Modified: phpdoc/en/trunk/reference/sdo_das_xml/book.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo_das_xml/book.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdo_das_xml/book.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -15,7 +15,7 @@
    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>.
+   <link linkend="ref.sdo">the section on SDO</link>.
   </para>
   <para>
    The job of the XML DAS is to move data between the
@@ -26,7 +26,7 @@
    written in XML schema language (an xsd file). This schema file is
    usually passed to the create method when the XMLDAS is initialised.
    The
-   <link xlink:href='&url.ibm.sdo;'>SDO 2.0 specification</link>
+   <link xlink:href="&url.ibm.sdo;">SDO 2.0 specification</link>
    defines the mapping between XML types and SDO types.
    There are a number of small limitations in the PHP support -
    not everything which is in the specification can be done - and

Modified: phpdoc/en/trunk/reference/sdo_das_xml/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo_das_xml/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdo_das_xml/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -7,7 +7,7 @@
  <partintro>
   <!-- FIXME: Upgrade to the new-oo-markup -->
   <!-- class definition section -->
-  <section xml:id='sdo-das-xml.classes'><!-- {{{ -->
+  <section xml:id="sdo-das-xml.classes"><!-- {{{ -->
   &reftitle.classes;
    <para>
     The XML DAS provides two main classes.
@@ -22,7 +22,7 @@
     xml files.
    </para>

-   <section xml:id='sdo-das-xml.class.sdo-das-xml'><!-- {{{ -->
+   <section xml:id="sdo-das-xml.class.sdo-das-xml"><!-- {{{ -->
     <title>
      <classname>SDO_DAS_XML</classname>
     </title>
@@ -32,21 +32,21 @@
      and also used to write the data back.
      Other than the methods to load and save xml files,
     </para>
-    <section xml:id='sdo-das-xml.class.SDO-DAS-XML.methods'><!-- {{{ -->
+    <section xml:id="sdo-das-xml.class.SDO-DAS-XML.methods"><!-- {{{ -->
      &reftitle.methods;

      <itemizedlist>

       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-create'>create</link>
+        <link linkend="function.sdo-das-xml-create">create</link>
         This is a static method available in the SDO_DAS_XML class.
         Used to construct an SDO_DAS_XML object.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-addtypes'>addTypes</link>
+        <link linkend="function.sdo-das-xml-addtypes">addTypes</link>
         Works in much the same way as <function>create</function> but used
         to add the contents of a second or subsequent schema file to
         an XML DAS that has already been created.
@@ -54,39 +54,39 @@
       </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 an SDO data object of a given type.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-createdocument'>createDocument</link>
+        <link linkend="function.sdo-das-xml-createdocument">createDocument</link>
         Can be used to construct an XML Document object from scratch.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-loadfile'>loadFile</link>
+        <link linkend="function.sdo-das-xml-loadfile">loadFile</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-loadstring'>loadString</link>
+        <link linkend="function.sdo-das-xml-loadstring">loadString</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-savefile'>saveFile</link>
+        <link linkend="function.sdo-das-xml-savefile">saveFile</link>
         save SDO_DAS_XML_Document object as a xml file.
        </para>
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-savestring'>saveString</link>
+        <link linkend="function.sdo-das-xml-savestring">saveString</link>
         save SDO_DAS_XML_Document object as a xml string.
        </para>
       </listitem>
@@ -97,7 +97,7 @@
    </section><!-- }}} -->


-   <section xml:id='sdo-das-xml.class.sdo-das-xml-document'><!-- {{{ -->
+   <section xml:id="sdo-das-xml.class.sdo-das-xml-document"><!-- {{{ -->
     <title>
      <classname>SDO_DAS_XML_Document</classname>
     </title>
@@ -107,46 +107,46 @@
      Lastly, it can also be used to set the XML version and encoding
      of a document on output.
     </para>
-    <section xml:id='sdo-das-xml.class.SDO-DAS-XML-Document.methods'><!-- {{{ -->
+    <section xml:id="sdo-das-xml.class.SDO-DAS-XML-Document.methods"><!-- {{{ -->
      &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-xml-document-getrootdataobject'>getRootDataObject</link>
 +        <link linkend="function.sdo-das-xml-document-getrootdataobject">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-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-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>
@@ -154,7 +154,7 @@
     </section><!-- }}} -->
    </section><!-- }}} -->

-   <section xml:id='sdo-das-xml.class.sdo-das-xml-parserexception'>
+   <section xml:id="sdo-das-xml.class.sdo-das-xml-parserexception">
     <title>
      <classname>SDO_DAS_XML_ParserException</classname>
     </title>
@@ -165,7 +165,7 @@
     </para>
    </section>

-   <section xml:id='sdo-das-xml.class.sdo-das-xml-fileexception'>
+   <section xml:id="sdo-das-xml.class.sdo-das-xml-fileexception">
     <title>
      <classname>SDO_DAS_XML_FileException</classname>
     </title>
@@ -179,11 +179,11 @@

   </section>

-  <section xml:id='sdo-das-xml.limitations'>
+  <section xml:id="sdo-das-xml.limitations">
    <title>Limitations compared with SDO 2.0 specification</title>
    <para>
     The
-    <link xlink:href='&url.ibm.sdo;'>SDO 2.0 specification</link>
+    <link xlink:href="&url.ibm.sdo;">SDO 2.0 specification</link>
     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
@@ -193,7 +193,7 @@
     A detailed list is of the limitations is:
    </para>

-   <procedure xml:id='sdo-das-xml.limitations.simpletypes'>
+   <procedure xml:id="sdo-das-xml.limitations.simpletypes">
     <title>XML Simple Types</title>
     <step>
      <para>
@@ -219,7 +219,7 @@
     </step>
    </procedure>

-   <procedure xml:id='sdo-das-xml.limitations.complextypes'>
+   <procedure xml:id="sdo-das-xml.limitations.complextypes">
     <title>XML Complex Types</title>
     <step>
      <para>
@@ -229,7 +229,7 @@
     </step>
    </procedure>

-   <procedure xml:id='sdo-das-xml.limitations.attribute'>
+   <procedure xml:id="sdo-das-xml.limitations.attribute">
     <title>XSD Attribute</title>
     <step>
      <para>
@@ -264,7 +264,7 @@
     </step>
    </procedure>

-   <procedure xml:id='sdo-das-xml.limitations.elements'>
+   <procedure xml:id="sdo-das-xml.limitations.elements">
     <title>XSD Elements</title>
     <step>
      <para>
@@ -279,7 +279,7 @@
     </step>
    </procedure>

-   <procedure xml:id='sdo-das-xml.limitations.elementsimpletype'>
+   <procedure xml:id="sdo-das-xml.limitations.elementsimpletype">
     <title>XSD Elements with Simple Type</title>
     <step>
      <para>

Modified: phpdoc/en/trunk/reference/sdo_das_xml/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo_das_xml/setup.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdo_das_xml/setup.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -23,7 +23,7 @@
   &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="ref.sdo">SDO extension</link>. Please Refer
    <link linkend="sdo.installation">SDO installation instructions</link>.
   </para>
  </section>

Modified: phpdoc/en/trunk/reference/sdodasrel/book.xml
===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/book.xml	2011-09-30 14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/book.xml	2011-09-30 14:21:51 UTC (rev 317502)
@@ -21,7 +21,7 @@
    the data graph, the data object, the disconnected way of working,
    the change summary, 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>.
+   <link linkend="ref.sdo">the section on SDO</link>.
    In addition, the Relational DAS makes use of the PDO extension to
    isolate itself from specifics of different back-end relational databases.
    In order to use the Relational DAS you will need to be able to
@@ -41,7 +41,7 @@
    construct the Relational DAS.
   </para>

-  <procedure xml:id='overview'>
+  <procedure xml:id="overview">
    <title>Overview of Operation</title>
    <step>
     <para>

Modified: phpdoc/en/trunk/reference/sdodasrel/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdodasrel/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -3,7 +3,7 @@

 <chapter xml:id="sdo.das.rel.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;
- <section xml:id='sdo.das.rel.examples-crud'>
+ <section xml:id="sdo.das.rel.examples-crud">
   <title>Creating, retrieving, updating and deleting data</title>
   <para>
    This section illustrates how the Relational DAS can be used to create,
@@ -12,7 +12,7 @@
    contains companies, departments within those companies, and employees
    that work in those departments. This example is used in a number of
    places within the SDO literature. See the examples section of the
-   <link xlink:href='&url.ibm.sdo.spec;'>Service Data Objects specification</link>
+   <link xlink:href="&url.ibm.sdo.spec;">Service Data Objects specification</link>
    or the
    <link linkend="sdo.examples">Examples</link>
    section of the documentation for the SDO extension.
@@ -67,7 +67,7 @@
   </para>
  </section>

- <section xml:id='sdo.das.rel.metadata'>
+ <section xml:id="sdo.das.rel.metadata">
   <title>Specifying the metadata</title>
   <para>
    This first long section describes in detail how the metadata describing
@@ -89,7 +89,7 @@
    database is to be normalized into a graph.
   </para>

-  <section xml:id='sdo.das.rel.metadata.database'>
+  <section xml:id="sdo.das.rel.metadata.database">
    <title>Database metadata</title>
    <para>
     The first argument to the constructor describes the target
@@ -99,7 +99,7 @@
    <para>
     Each table is described by an associative array with up to four keys.
     <informaltable>
-     <tgroup cols='2'>
+     <tgroup cols="2">
       <thead>
        <row>
         <entry>Key</entry>
@@ -314,7 +314,7 @@
     database, the database metadata should be easy to construct.
    </para>

-   <section xml:id='sdo.das.rel.metadata.database.model'>
+   <section xml:id="sdo.das.rel.metadata.database.model">
     <title>What the Relational DAS does with the metadata</title>
     <para>
      The Relational DAS uses the database metadata to form most of the
@@ -343,7 +343,7 @@
     </para>
    </section>

-   <section xml:id='sdo.das.rel.metadata.approottype'>
+   <section xml:id="sdo.das.rel.metadata.approottype">
     <title>Specifying the application root type</title>
     <para>
      The second argument to the constructor is the application root type.
@@ -356,7 +356,7 @@
     </para>
    </section>

-   <section xml:id='sdo.das.rel.metadata.crels'>
+   <section xml:id="sdo.das.rel.metadata.crels">
     <title>Specifying the SDO containment relationships</title>

     <para>
@@ -435,7 +435,7 @@
   </section> <!--specifying the metadata sdo.das.rel.metadata.database.model -->
  </section> <!-- sdo.das.rel.metadata -->

- <section xml:id='sdo.das.rel.examples.one-table'>
+ <section xml:id="sdo.das.rel.examples.one-table">
   <title>One-table examples</title>
   <para>
    The following set of examples all use the Relational DAS to work with
@@ -694,7 +694,7 @@

  </section> <!-- one-table -->

- <section xml:id='sdo.das.rel.examples.two-table'>
+ <section xml:id="sdo.das.rel.examples.two-table">
   <title>Two-table examples</title>
   <para>
    The following set of examples all use two tables from the company
@@ -926,7 +926,7 @@
   </para>
  </section>

- <section xml:id='sdo.das.rel.examples.three-table'>
+ <section xml:id="sdo.das.rel.examples.three-table">
   <title>Three-table example</title>
   <para>
    The following examples use all three tables from the company database:

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -119,11 +119,11 @@
   &reftitle.examples;
   <para>
    Please see the
-   <link linkend='sdo.das.rel.examples'>Examples</link>
+   <link linkend="sdo.das.rel.examples">Examples</link>
    section in the general information about the Relational DAS
    for many examples of calling this method.
    Please see also the section on
-   <link linkend='sdo.das.rel.tracing'>Tracing</link>
+   <link linkend="sdo.das.rel.tracing">Tracing</link>
    to see how you can see what SQL statements are
    generated by the Relational DAS.
   </para>

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-construct.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-construct.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-construct.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -50,7 +50,7 @@
        <varname>PK</varname>, and optionally,
        <varname>FK</varname>.
        For a full discussion of the metadata, see the
-       <link linkend='sdo.das.rel.metadata'>metadata</link>
+       <link linkend="sdo.das.rel.metadata">metadata</link>
        section in the general information about the Relational DAS.
       </para>
      </listitem>
@@ -86,7 +86,7 @@
        and there are no containment relations in the model,
        this argument can be omitted.
        For a full discussion of the metadata, see the
-       <link linkend='sdo.das.rel.metadata'>metadata</link>
+       <link linkend="sdo.das.rel.metadata">metadata</link>
        section in the general information about the Relational DAS.
       </para>
      </listitem>
@@ -115,7 +115,7 @@
   &reftitle.examples;
   <para>
    For a full discussion of the metadata, see the
-   <link linkend='sdo.das.rel.metadata'>metadata</link>
+   <link linkend="sdo.das.rel.metadata">metadata</link>
    section in the general information about the Relational DAS.
   </para>
  </refsect1>

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-createRootDataObject.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-createRootDataObject.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-createRootDataObject.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -67,7 +67,7 @@
   &reftitle.examples;
   <para>
    Please see the
-   <link linkend='sdo.das.rel.examples'>Examples</link>
+   <link linkend="sdo.das.rel.examples">Examples</link>
    section in the general information about the Relational DAS
    for many examples of calling this method.
   </para>

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -144,7 +144,7 @@

       <para>
        All of the examples in the
-       <link linkend='sdo.das.rel.examples'>Examples</link>
+       <link linkend="sdo.das.rel.examples">Examples</link>
        use a column specifier.
        There is one example in the
        <filename>Scenarios</filename>

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml	2011-09-30 \
                14:17:23 UTC (rev 317501)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml	2011-09-30 \
14:21:51 UTC (rev 317502) @@ -108,7 +108,7 @@

       <para>
        All of the examples in the
-       <link linkend='sdo.das.rel.examples'>Examples</link>
+       <link linkend="sdo.das.rel.examples">Examples</link>
        use a column specifier.
        There is one example in the
        <filename>Scenarios</filename>
@@ -161,7 +161,7 @@
   &reftitle.examples;
   <para>
    Please see the
-   <link linkend='sdo.das.rel.examples'>Examples</link>
+   <link linkend="sdo.das.rel.examples">Examples</link>
    section in the general information about the
    Relational DAS for many examples of calling this method.
   </para>

Modified: phpdoc/en/trunk/reference/sdodasrel/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdodasrel/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -7,7 +7,7 @@
  <partintro>
   <!-- FIXME: The rest should be reworked to follow our OOskeletons -->
   <!-- class definition section -->
-  <section xml:id='sdo.das.rel.classes'>
+  <section xml:id="sdo.das.rel.classes">
     &reftitle.classes;
    <para>
     The Relational DAS provides two classes: the Relational DAS itself and
@@ -26,7 +26,7 @@
    </para>


-   <section xml:id='sdo.das.rel.sdo-das-relational'>
+   <section xml:id="sdo.das.rel.sdo-das-relational">
     <title>
      <classname>SDO_DAS_Relational</classname>
     </title>
@@ -34,12 +34,12 @@
      The only object other than an SDO_DAS_Relational_Exception with which
      the application is expected to interact.
     </para>
-    <section xml:id='sdo.das.rel.sdo-das-relational.methods'>
+    <section xml:id="sdo.das.rel.sdo-das-relational.methods">
      &reftitle.methods;
      <itemizedlist>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-relational-construct'>
+        <link linkend="function.sdo-das-relational-construct">
          __construct
         </link>
         - construct the Relational DAS with a model derived from the
@@ -48,7 +48,7 @@
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-relational-createrootdataobject'>
+        <link linkend="function.sdo-das-relational-createrootdataobject">
          createRootDataObject
         </link>
         - obtain an otherwise empty data graph containing just the special
@@ -57,7 +57,7 @@
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-relational-executequery'>
+        <link linkend="function.sdo-das-relational-executequery">
          executeQuery
         </link>
         - execute an SQL query passed as a literal string and return
@@ -66,7 +66,7 @@
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-relational-executepreparedquery'>
+        <link linkend="function.sdo-das-relational-executepreparedquery">
          executePreparedQuery
         </link>
         - execute an SQL query passed as a prepared statement, with a
@@ -76,7 +76,7 @@
       </listitem>
       <listitem>
        <para>
-        <link linkend='function.sdo-das-relational-applychanges'>
+        <link linkend="function.sdo-das-relational-applychanges">
          applyChanges
         </link>
         - examine the change summary in the data graph and apply those
@@ -88,7 +88,7 @@
     </section>
    </section>

-   <section xml:id='sdo.das.rel.sdo-das-relational-exception'>
+   <section xml:id="sdo.das.rel.sdo-das-relational-exception">
     <title>
      <classname>SDO_DAS_Relational_Exception</classname>
     </title>

Modified: phpdoc/en/trunk/reference/sdodasrel/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/setup.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sdodasrel/setup.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -109,7 +109,7 @@
  <section xml:id="sdodasrel.configuration">
   &reftitle.runtime;
   &no.config;
-  <section xml:id='sdo.das.rel.tracing'>
+  <section xml:id="sdo.das.rel.tracing">
    <title>Tracing</title>
    <para>
     You may be interested in seeing the SQL statements that are generated

Modified: phpdoc/en/trunk/reference/session/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/session/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/session/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -28,7 +28,7 @@
     same limitations as regular variable names in PHP, i.e. they cannot
     start with a number and must start with a letter or underscore.
     For more details see the section on
-    <link linkend='language.variables'>variables</link> in this manual.
+    <link linkend="language.variables">variables</link> in this manual.
    </para>
   </note>


Modified: phpdoc/en/trunk/reference/snmp/snmpexception.xml
===================================================================
--- phpdoc/en/trunk/reference/snmp/snmpexception.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/snmp/snmpexception.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -16,7 +16,7 @@
    <para>
     Represents an error raised by SNMP.  You should not throw a
     <classname>SNMPException</classname> from your own code.
-    See <link linkend='language.exceptions'>Exceptions</link> for more
+    See <link linkend="language.exceptions">Exceptions</link> for more
     information about Exceptions in PHP.
    </para>
   </section>

Modified: phpdoc/en/trunk/reference/sqlite/reference.xml
===================================================================
--- phpdoc/en/trunk/reference/sqlite/reference.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/sqlite/reference.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -14,52 +14,52 @@
      <simpara>
       Represents an opened SQLite database.
      </simpara>
-     <section xml:id='sqlite.class.sqlitedatabase.constructor'>
+     <section xml:id="sqlite.class.sqlitedatabase.constructor">
       &reftitle.constructor;
       <itemizedlist>
        <listitem>
-        <simpara><link linkend='function.sqlite-open'>__construct</link> - construct \
a new SQLiteDatabase object</simpara> +        <simpara><link \
linkend="function.sqlite-open">__construct</link> - construct a new SQLiteDatabase \
object</simpara>  </listitem>
       </itemizedlist>
      </section>
-     <section xml:id='sqlite.class.sqlitedatabase.methods'>
+     <section xml:id="sqlite.class.sqlitedatabase.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <simpara><link linkend='function.sqlite-query'>query</link> - Execute a \
query</simpara> +        <simpara><link linkend="function.sqlite-query">query</link> \
- Execute a query</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-exec'>queryExec</link> - Execute a \
result-less query</simpara> +        <simpara><link \
linkend="function.sqlite-exec">queryExec</link> - Execute a result-less \
query</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-array-query'>arrayQuery</link> - \
Execute a query and return the result as an array</simpara> +        <simpara><link \
linkend="function.sqlite-array-query">arrayQuery</link> - Execute a query and return \
the result as an array</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-single-query'>singleQuery</link> - \
Execute a query and return either an array for one single column or the value of the \
first row</simpara> +        <simpara><link \
linkend="function.sqlite-single-query">singleQuery</link> - Execute a query and \
return either an array for one single column or the value of the first row</simpara>  \
</listitem>  <listitem>
-        <simpara><link \
linkend='function.sqlite-unbuffered-query'>unbufferedQuery</link> - Execute an \
unbuffered query</simpara> +        <simpara><link \
linkend="function.sqlite-unbuffered-query">unbufferedQuery</link> - Execute an \
unbuffered query</simpara>  </listitem>
        <listitem>
-        <simpara><link \
linkend='function.sqlite-last-insert-rowid'>lastInsertRowid</link> - Returns the \
rowid of the most recently inserted row</simpara> +        <simpara><link \
linkend="function.sqlite-last-insert-rowid">lastInsertRowid</link> - Returns the \
rowid of the most recently inserted row</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-changes'>changes</link> - Returns \
the number of rows changed by the most recent statement</simpara> +        \
<simpara><link linkend="function.sqlite-changes">changes</link> - Returns the number \
of rows changed by the most recent statement</simpara>  </listitem>
        <listitem>
-        <simpara><link \
linkend='function.sqlite-create-aggregate'>createAggregate</link> - Register an \
aggregating UDF for use in SQL statements</simpara> +        <simpara><link \
linkend="function.sqlite-create-aggregate">createAggregate</link> - Register an \
aggregating UDF for use in SQL statements</simpara>  </listitem>
        <listitem>
-        <simpara><link \
linkend='function.sqlite-create-function'>createFunction</link> - Register a UDF for \
use in SQL statements</simpara> +        <simpara><link \
linkend="function.sqlite-create-function">createFunction</link> - Register a UDF for \
use in SQL statements</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-busy-timeout'>busyTimeout</link> - \
Sets or disables busy timeout duration</simpara> +        <simpara><link \
linkend="function.sqlite-busy-timeout">busyTimeout</link> - Sets or disables busy \
timeout duration</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-last-error'>lastError</link> - \
Returns the last error code of the most recently encountered error</simpara> +        \
<simpara><link linkend="function.sqlite-last-error">lastError</link> - Returns the \
last error code of the most recently encountered error</simpara>  </listitem>
        <listitem>
-        <simpara><link \
linkend='function.sqlite-fetch-column-types'>fetchColumnTypes</link> - Return an \
array of column types from a particular table</simpara> +        <simpara><link \
linkend="function.sqlite-fetch-column-types">fetchColumnTypes</link> - Return an \
array of column types from a particular table</simpara>  </listitem>
       </itemizedlist>
      </section>
@@ -70,56 +70,56 @@
      <simpara>
       Represents a buffered SQLite result set.
      </simpara>
-     <section xml:id='sqlite.class.sqliteresult.methods'>
+     <section xml:id="sqlite.class.sqliteresult.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-array'>fetch</link> - Fetches \
the next row from the result set as an array</simpara> +        <simpara><link \
linkend="function.sqlite-fetch-array">fetch</link> - Fetches the next row from the \
result set as an array</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-object'>fetchObject</link> - \
Fetches the next row from the result set as an object</simpara> +        \
<simpara><link linkend="function.sqlite-fetch-object">fetchObject</link> - Fetches \
the next row from the result set as an object</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-single'>fetchSingle</link> - \
Fetches the first column from the result set as a string</simpara> +        \
<simpara><link linkend="function.sqlite-fetch-single">fetchSingle</link> - Fetches \
the first column from the result set as a string</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-all'>fetchAll</link> - Fetches \
all rows from the result set as an array of arrays</simpara> +        <simpara><link \
linkend="function.sqlite-fetch-all">fetchAll</link> - Fetches all rows from the \
result set as an array of arrays</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-column'>column</link> - Fetches a \
column from the current row of the result set</simpara> +        <simpara><link \
linkend="function.sqlite-column">column</link> - Fetches a column from the current \
row of the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-num-fields'>numFields</link> - \
Returns the number of fields in the result set</simpara> +        <simpara><link \
linkend="function.sqlite-num-fields">numFields</link> - Returns the number of fields \
in the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-field-name'>fieldName</link> - \
Returns the name of a particular field in the result set</simpara> +        \
<simpara><link linkend="function.sqlite-field-name">fieldName</link> - Returns the \
name of a particular field in the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-current'>current</link> - Fetches \
the current row from the result set as an array</simpara> +        <simpara><link \
linkend="function.sqlite-current">current</link> - Fetches the current row from the \
result set as an array</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-key'>key</link> - Return the current \
row index</simpara> +        <simpara><link linkend="function.sqlite-key">key</link> \
- Return the current row index</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-next'>next</link> - Seek to the next \
row number</simpara> +        <simpara><link \
linkend="function.sqlite-next">next</link> - Seek to the next row number</simpara>  \
</listitem>  <listitem>
-        <simpara><link linkend='function.sqlite-valid'>valid</link> - Returns \
whether more rows are available</simpara> +        <simpara><link \
linkend="function.sqlite-valid">valid</link> - Returns whether more rows are \
available</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-rewind'>rewind</link> - Seek to the \
first row number of the result set</simpara> +        <simpara><link \
linkend="function.sqlite-rewind">rewind</link> - Seek to the first row number of the \
result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-prev'>prev</link> - Seek to the \
previous row number of the result set</simpara> +        <simpara><link \
linkend="function.sqlite-prev">prev</link> - Seek to the previous row number of the \
result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-has-prev'>hasPrev</link> - Returns \
whether or not a previous row is available</simpara> +        <simpara><link \
linkend="function.sqlite-has-prev">hasPrev</link> - Returns whether or not a previous \
row is available</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-num-rows'>numRows</link> - Returns \
the number of rows in the result set</simpara> +        <simpara><link \
linkend="function.sqlite-num-rows">numRows</link> - Returns the number of rows in the \
result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-seek'>seek</link> - Seek to a \
particular row number</simpara> +        <simpara><link \
linkend="function.sqlite-seek">seek</link> - Seek to a particular row \
number</simpara>  </listitem>
       </itemizedlist>
      </section>
@@ -130,38 +130,38 @@
      <simpara>
       Represents an unbuffered SQLite result set.  Unbuffered results sets are \
sequential, forward-seeking only.  </simpara>
-     <section xml:id='sqlite.class.sqliteunbuffered.methods'>
+     <section xml:id="sqlite.class.sqliteunbuffered.methods">
       &reftitle.methods;
       <itemizedlist>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-array'>fetch</link> - Fetches \
the next row from the result set as an array</simpara> +        <simpara><link \
linkend="function.sqlite-fetch-array">fetch</link> - Fetches the next row from the \
result set as an array</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-object'>fetchObject</link> - \
Fetches the next row from the result set as an object</simpara> +        \
<simpara><link linkend="function.sqlite-fetch-object">fetchObject</link> - Fetches \
the next row from the result set as an object</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-single'>fetchSingle</link> - \
Fetches the first column from the result set as a string</simpara> +        \
<simpara><link linkend="function.sqlite-fetch-single">fetchSingle</link> - Fetches \
the first column from the result set as a string</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-fetch-all'>fetchAll</link> - Fetches \
all rows from the result set as an array of arrays</simpara> +        <simpara><link \
linkend="function.sqlite-fetch-all">fetchAll</link> - Fetches all rows from the \
result set as an array of arrays</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-column'>column</link> - Fetches a \
column from the current row of the result set</simpara> +        <simpara><link \
linkend="function.sqlite-column">column</link> - Fetches a column from the current \
row of the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-num-fields'>numFields</link> - \
Returns the number of fields in the result set</simpara> +        <simpara><link \
linkend="function.sqlite-num-fields">numFields</link> - Returns the number of fields \
in the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-field-name'>fieldName</link> - \
Returns the name of a particular field in the result set</simpara> +        \
<simpara><link linkend="function.sqlite-field-name">fieldName</link> - Returns the \
name of a particular field in the result set</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-current'>current</link> - Fetches \
the current row from the result set as an array</simpara> +        <simpara><link \
linkend="function.sqlite-current">current</link> - Fetches the current row from the \
result set as an array</simpara>  </listitem>
        <listitem>
-        <simpara><link linkend='function.sqlite-next'>next</link> - Seek to the next \
row number</simpara> +        <simpara><link \
linkend="function.sqlite-next">next</link> - Seek to the next row number</simpara>  \
</listitem>  <listitem>
-        <simpara><link linkend='function.sqlite-valid'>valid</link> - Returns \
whether more rows are available</simpara> +        <simpara><link \
linkend="function.sqlite-valid">valid</link> - Returns whether more rows are \
available</simpara>  </listitem>
       </itemizedlist>
      </section>

Modified: phpdoc/en/trunk/reference/stomp/stompexception.xml
===================================================================
--- phpdoc/en/trunk/reference/stomp/stompexception.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/stomp/stompexception.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -12,7 +12,7 @@
   <section xml:id="stompexception.intro">
    &reftitle.intro;
    <para>
-Represents an error raised by the stomp extension. See <link \
linkend='language.exceptions'>Exceptions</link> for more information about Exceptions \
in PHP. +Represents an error raised by the stomp extension. See <link \
linkend="language.exceptions">Exceptions</link> for more information about Exceptions \
in PHP.  </para>
   </section>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/stream/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/stream/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/stream/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -93,7 +93,7 @@
   </example>
  </para>

- <section xml:id='stream.streamwrapper.example-1'>
+ <section xml:id="stream.streamwrapper.example-1">
   <title>Example class registered as stream wrapper</title>
   <para>
    The example below implements a var:// protocol handler that allows

Modified: phpdoc/en/trunk/reference/strings/functions/md5-file.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/md5-file.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/strings/functions/md5-file.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>md5_file</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Calculates the MD5 hash of the file specified by the

Modified: phpdoc/en/trunk/reference/strings/functions/md5.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/md5.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/strings/functions/md5.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>md5</methodname>
    <methodparam><type>string</type><parameter>str</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Calculates the MD5 hash of <parameter>str</parameter> using the

Modified: phpdoc/en/trunk/reference/strings/functions/sha1-file.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/sha1-file.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/strings/functions/sha1-file.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <type>string</type><methodname>sha1_file</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <simpara>
    Calculates the sha1 hash of the file specified by

Modified: phpdoc/en/trunk/reference/strings/functions/sha1.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/sha1.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/strings/functions/sha1.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>sha1</methodname>
    <methodparam><type>string</type><parameter>str</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <simpara>
    Calculates the sha1 hash of <parameter>str</parameter> using the

Modified: phpdoc/en/trunk/reference/uodbc/functions/odbc-execute.xml
===================================================================
--- phpdoc/en/trunk/reference/uodbc/functions/odbc-execute.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/uodbc/functions/odbc-execute.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -91,8 +91,8 @@
   <para>
    If you need to call a stored procedure using INOUT or OUT parameters,
    the recommended workaround is to use a native extension for your database
-   (for example, <link linkend='ref.mssql'>mssql</link> for MS SQL Server,
-   or <link linkend='ref.mssql'>oci8</link> for Oracle).
+   (for example, <link linkend="ref.mssql">mssql</link> for MS SQL Server,
+   or <link linkend="ref.mssql">oci8</link> for Oracle).
   </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/uodbc/functions/odbc-prepare.xml
===================================================================
--- phpdoc/en/trunk/reference/uodbc/functions/odbc-prepare.xml	2011-09-30 14:17:23 \
                UTC (rev 317501)
+++ phpdoc/en/trunk/reference/uodbc/functions/odbc-prepare.xml	2011-09-30 14:21:51 \
UTC (rev 317502) @@ -80,8 +80,8 @@
   <para>
    If you need to call a stored procedure using INOUT or OUT parameters,
    the recommended workaround is to use a native extension for your database
-   (for example, <link linkend='ref.mssql'>mssql</link> for MS SQL Server,
-   or <link linkend='ref.mssql'>oci8</link> for Oracle).
+   (for example, <link linkend="ref.mssql">mssql</link> for MS SQL Server,
+   or <link linkend="ref.mssql">oci8</link> for Oracle).
   </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/win32ps/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/win32ps/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/win32ps/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -8,7 +8,7 @@
   <para>
    <example>
     <title>Statistics about the current PHP process</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 print_r(win32_ps_stat_proc());
@@ -47,7 +47,7 @@
   <para>
    <example>
     <title>Statistics about global memory utilization</title>
-    <programlisting role='php'>
+    <programlisting role="php">
 <![CDATA[
 <?php
 print_r(win32_ps_stat_mem());

Modified: phpdoc/en/trunk/reference/win32service/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/win32service/examples.xml	2011-09-30 14:17:23 UTC (rev \
                317501)
+++ phpdoc/en/trunk/reference/win32service/examples.xml	2011-09-30 14:21:51 UTC (rev \
317502) @@ -6,7 +6,7 @@
  <para>
   <example>
    <title>Registering a PHP script to run as a service</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 win32_create_service(array(
@@ -23,7 +23,7 @@
  <para>
   <example>
    <title>Unregistering a service</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 win32_delete_service('dummyphp');
@@ -35,7 +35,7 @@
  <para>
   <example>
    <title>Running as a service</title>
-   <programlisting role='php'>
+   <programlisting role="php">
 <![CDATA[
 <?php
 if ($argv[1] == 'run') {

Modified: phpdoc/en/trunk/reference/xmlreader/xmlreader/next.xml
===================================================================
--- phpdoc/en/trunk/reference/xmlreader/xmlreader/next.xml	2011-09-30 14:17:23 UTC \
                (rev 317501)
+++ phpdoc/en/trunk/reference/xmlreader/xmlreader/next.xml	2011-09-30 14:21:51 UTC \
(rev 317502) @@ -10,7 +10,7 @@
   <methodsynopsis>
    <type>bool</type>
    <methodname>XMLReader::next</methodname>
-   <methodparam choice='opt'><type>string</type><parameter>localname</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
  </methodsynopsis>
   <para>
    Positions cursor on the next node skipping all subtrees.



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic