dams            Mon Jun  9 15:15:46 2003 EDT

  Modified files:              
    /phpdoc/en/reference/xml/functions  xml-parser-create-ns.xml 
  Log:
  typos
  
Index: phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.5 
phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.6
--- phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.5      Fri May 30 
07:28:53 2003
+++ phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml  Mon Jun  9 15:15:46 
2003
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.24 -->
   <refentry id='function.xml-parser-create-ns'>
    <refnamediv>
     <refname>xml_parser_create_ns</refname>
     <refpurpose>
-     Create an XML parser
+     Create an XML parser with namespace support
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -17,7 +17,7 @@
     </methodsynopsis>
     <para>
      <function>xml_parser_create_ns</function> creates a new XML parser
-     with XML namespace support and returns a reousurce handle referencing 
+     with XML namespace support and returns a resource handle referencing 
      it to be used by the other XML functions.
     </para>
     <para>
@@ -35,7 +35,8 @@
      <literal>"UTF-8"</literal> and <literal>"US-ASCII"</literal>.
     </para>
     <para>
-     See also <function>xml_parser_create</function> and
+     See also 
+     <function>xml_parser_create</function>, and
      <function>xml_parser_free</function>.     
     </para>
    </refsect1>



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

Reply via email to