From 1d9e0405caf26983df2d38eb93be0e9935782896 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 13 Jul 2000 17:59:07 +0000 Subject: [PATCH] Some typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28228 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xml.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/functions/xml.xml b/functions/xml.xml index 57bf773aa2..c544f661d5 100644 --- a/functions/xml.xml +++ b/functions/xml.xml @@ -602,7 +602,7 @@ xml_parser_free($xml_parser); xml_set_object - Use XML Parser withing an object + Use XML Parser within an object Description @@ -614,9 +614,9 @@ xml_parser_free($xml_parser); - This function makes parser useable from - within object. All callback functions - settet via xml_set_element_handler etc are + This function allows to use parser inside + object. All callback functions could be + set with xml_set_element_handler etc and assumed to be methods of object. @@ -652,15 +652,7 @@ function tag_close($parser,$tag) { $xml_parser = new xml(); $xml_parser->parse("<A ID=\"hallo\">PHP</A>"); ?> - - - - - xml_set_object handling was added in PHP - 4.0. - - - +