Correcting entity errors reported by saxon

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78805 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-04-19 13:28:58 +00:00
parent 5a22c308b1
commit bc13d0ade4
5 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-delete'>
<refnamediv>
@ -21,7 +21,7 @@
<function>pg_delete</function> deletes record condition specified by
<literal>assoc_array</literal> which has
<literal>field=>value</literal>. If <literal>convert</literal> is
not specified or &true, <function>pg_convert</function> applied
not specified or &true; <function>pg_convert</function> applied
to <literal>assoc_array</literal>.
</para>
<example>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-insert'>
<refnamediv>
@ -22,7 +22,7 @@
<literal>assoc_array</literal> which has
<literal>field=>value</literal> into table specified as
<literal>table_name</literal>. If <literal>convert</literal> is
not specified or &true, <function>pg_convert</function> applied
not specified or &true; <function>pg_convert</function> applied
to <literal>assoc_array</literal>.
</para>
<example>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-metadata'>
<refnamediv>
@ -18,7 +18,7 @@
<para>
<function>pg_metadata</function> returns table definition for
<literal>table_name</literal> as array. If there is error, it
returns &false
returns &false;
</para>
<note>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-select'>
<refnamediv>
@ -23,7 +23,7 @@
<literal>field=>value</literal>. For successful query, it returns
array contains all records and fields that match the condition
specified by <literal>assoc_array</literal>. If
<literal>convert</literal> is not specified or &true,
<literal>convert</literal> is not specified or &true;
<function>pg_convert</function> applied to
<literal>assoc_array</literal>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-update'>
<refnamediv>
@ -21,7 +21,7 @@
<para>
<function>pg_update</function> updates records that matches
<literal>condition</literal> with <literal>data</literal> If
<literal>convert</literal> is not specified or &true,
<literal>convert</literal> is not specified or &true;
<function>pg_convert</function> applied to
<literal>assoc_array</literal>.
</para>