goba            Fri Dec 28 07:44:29 2001 EDT

  Modified files:              
    /phpdoc/en/functions        pcre.xml xmlrpc.xml 
  Log:
  Correct errors reported by Saxon
  
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.67 phpdoc/en/functions/pcre.xml:1.68
--- phpdoc/en/functions/pcre.xml:1.67   Wed Dec 12 15:47:14 2001
+++ phpdoc/en/functions/pcre.xml        Fri Dec 28 07:44:29 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.67 $ -->
+<!-- $Revision: 1.68 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -647,7 +647,7 @@
      used delimiter.</para>
     <para>
      The special regular expression characters are:
-     <screen>. \\ + * ? [ ^ ] $ ( ) { } = ! < > | :</screen>
+     <screen>. \\ + * ? [ ^ ] $ ( ) { } = ! &lt; &gt; | :</screen>
     </para>
     <para>
      <example>
Index: phpdoc/en/functions/xmlrpc.xml
diff -u phpdoc/en/functions/xmlrpc.xml:1.2 phpdoc/en/functions/xmlrpc.xml:1.3
--- phpdoc/en/functions/xmlrpc.xml:1.2  Fri Dec 21 08:28:42 2001
+++ phpdoc/en/functions/xmlrpc.xml      Fri Dec 28 07:44:29 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.xmlrpc">
   <title>XMLRPC functions</title>
   <titleabbrev>XMLRPC function</titleabbrev>
@@ -55,7 +55,7 @@
   <refentry id="function.xmlrpc-decode-request">
    <refnamediv>
     <refname>xmlrpc_decode_request</refname>
-    <refpurpose>& method [, string encoding]) Decodes XML into native PHP types 
</refpurpose>
+    <refpurpose>Decodes XML into native PHP types </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -63,7 +63,10 @@
      <funcprototype>
       <funcdef>array <function>xmlrpc_decode_request</function></funcdef>
       <paramdef>string <parameter>xml</parameter></paramdef>
-      <paramdef>string <parameter></parameter></paramdef>
+      <paramdef>string <parameter>method</parameter></paramdef>
+      <paramdef>string
+       <parameter><optional>encoding</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
      &warn.experimental.func;


Reply via email to