hholzgra Mon Nov 12 11:50:43 2001 EDT
Modified files:
/phpdoc/en/functions strings.xml sesam.xml
Log:
the use of <msgtext> did not realy make sense here
*and* standalone <msgtext> is deprecated and will
not work with DocBook4
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.122 phpdoc/en/functions/strings.xml:1.123
--- phpdoc/en/functions/strings.xml:1.122 Sat Nov 10 16:49:41 2001
+++ phpdoc/en/functions/strings.xml Mon Nov 12 11:50:43 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.122 $ -->
+<!-- $Revision: 1.123 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -1269,7 +1269,6 @@
<row valign="top">
<entry>p_sign_posn</entry>
<entry>
- <msgtext>
<simplelist columns="2" type="horiz">
<member>0</member>
<member>
@@ -1291,13 +1290,11 @@
The sign string immediately succeeds the currency_symbol
</member>
</simplelist>
- </msgtext>
</entry>
</row>
<row valign="top">
<entry>n_sign_posn</entry>
<entry>
- <msgtext>
<simplelist columns="2" type="horiz">
<member>0</member>
<member>
@@ -1319,7 +1316,6 @@
<member>The sign string immediately succeeds the currency_symbol
</member>
</simplelist>
- </msgtext>
</entry>
</row>
</tbody>
Index: phpdoc/en/functions/sesam.xml
diff -u phpdoc/en/functions/sesam.xml:1.14 phpdoc/en/functions/sesam.xml:1.15
--- phpdoc/en/functions/sesam.xml:1.14 Sat Nov 10 16:49:40 2001
+++ phpdoc/en/functions/sesam.xml Mon Nov 12 11:50:43 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<reference id="ref.sesam">
<title>SESAM database functions</title>
<titleabbrev>SESAM</titleabbrev>
@@ -59,7 +59,6 @@
<entry>
Name of BS2000 PLAM library containing the loadable SESAM
driver modules. Required for using SESAM functions.
- <msgtext>
<para>
Example:
<informalexample>
@@ -68,7 +67,6 @@
</programlisting>
</informalexample>
</para>
- </msgtext>
</entry>
</row>
<row>
@@ -76,7 +74,6 @@
<entry>
Name of SESAM application configuration file. Required for
using SESAM functions.
- <msgtext>
<para>
Example:
<informalexample>
@@ -94,7 +91,6 @@
</programlisting>
</informalexample>
</para>
- </msgtext>
</entry>
</row>
<row>
@@ -104,7 +100,6 @@
directive is not neccessary. Only if the SESAM message file
is not installed in the system's BS2000 message file table,
it can be set with this directive.
- <msgtext>
<para>
Example:
<informalexample>
@@ -113,7 +108,6 @@
</programlisting>
</informalexample>
</para>
- </msgtext>
</entry>
</row>
</tbody>
@@ -1476,7 +1470,6 @@
column(<literal>col</literal>), where <literal>col</literal>
is between 0 and <literal>$arr["count"]-1</literal>. The
returned value can be one of
- <msgtext>
<itemizedlist>
<listitem>
<simpara><type>integer</type></simpara>
@@ -1488,7 +1481,6 @@
<simpara><type>string</type></simpara>
</listitem>
</itemizedlist>
- </msgtext>
depending on the SQL type of the result. SESAM "multiple
fields" are "inlined" and treated like the respective number
of columns, each with the same php type.
@@ -1501,7 +1493,6 @@
column(<literal>col</literal>), where <literal>col</literal>
is between 0 and <literal>$arr["count"]-1</literal>. The
returned value can be one of
- <msgtext>
<itemizedlist>
<listitem>
<simpara>"CHARACTER"</simpara>
@@ -1540,7 +1531,6 @@
<simpara>"TIMESTAMP"</simpara>
</listitem>
</itemizedlist>
- </msgtext>
describing the SQL type of the result. SESAM "multiple
fields" are "inlined" and treated like the respective number
of columns, each with the same SQL type.