Date: 07/13/00
- Next message: John Albright: "[PHP-DOC] Cookies problem with Netscape in PHP3"
- Previous message: Armin Kunaschik: "[PHP-DOC] Suggestion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Thu Jul 13 10:59:07 2000 EDT
Modified files:
/phpdoc/en/functions xml.xml
Log:
Some typos.
Index: phpdoc/en/functions/xml.xml
diff -u phpdoc/en/functions/xml.xml:1.8 phpdoc/en/functions/xml.xml:1.9
--- phpdoc/en/functions/xml.xml:1.8 Sat Jul 8 06:50:19 2000
+++ phpdoc/en/functions/xml.xml Thu Jul 13 10:59:07 2000
@@ -602,7 +602,7 @@
<refentry id="function.xml-set-object">
<refnamediv>
<refname>xml_set_object</refname>
- <refpurpose>Use XML Parser withing an object</refpurpose>
+ <refpurpose>Use XML Parser within an object</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -614,9 +614,9 @@
</funcprototype>
</funcsynopsis>
<para>
- This function makes <parameter>parser</parameter> useable from
- within <parameter>object</parameter>. All callback functions
- settet via <function>xml_set_element_handler</function> etc are
+ This function allows to use <parameter>parser</parameter> inside
+ <parameter>object</parameter>. All callback functions could be
+ set with <function>xml_set_element_handler</function> etc and
assumed to be methods of <parameter>object</parameter>.
</para>
<programlisting role="php">
@@ -652,15 +652,7 @@
$xml_parser = new xml();
$xml_parser->parse("<A ID=\"hallo\">PHP</A>");
?>
- </programlisting>
- <para>
- <note>
- <para>
- <function>xml_set_object</function> handling was added in PHP
- 4.0.
- </para>
- </note>
- </para>
+ </programlisting>
</refsect1>
</refentry>
- Next message: John Albright: "[PHP-DOC] Cookies problem with Netscape in PHP3"
- Previous message: Armin Kunaschik: "[PHP-DOC] Suggestion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

