From c66581d3b8aaf98d50e3277d634eb24ac6caf3fe Mon Sep 17 00:00:00 2001 From: Harry Fuecks Date: Wed, 2 Jun 2004 14:15:01 +0000 Subject: [PATCH] Updating package file for filename changes git-svn-id: http://svn.php.net/repository/pear/packages/XML_HTMLSax/trunk@160387 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.xml b/package.xml index 07fe784..10989b2 100644 --- a/package.xml +++ b/package.xml @@ -1,12 +1,12 @@ - XML_HTMLSax + XML_HTMLSax3 A SAX parser for HTML and other badly formed XML documents - XML_HTMLSax is a SAX based XML parser for badly formed XML documents, such as HTML. + XML_HTMLSax3 is a SAX based XML parser for badly formed XML documents, such as HTML. The original code base was developed by Alexander Zhukov and published at http://sourceforge.net/projects/phpshelve/. Alexander kindly gave permission to modify the code and license for inclusion in PEAR. - PEAR::XML_HTMLSax provides an API very similar to the native PHP XML extension (http://www.php.net/xml), allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML, allowing it to be used for parsing HTML documents. Otherwise HTMLSax supports all the handlers available from Expat except namespace and external entity handlers. Provides methods for handling XML escapes as well as JSP/ASP opening and close tags. + PEAR::XML_HTMLSax3 provides an API very similar to the native PHP XML extension (http://www.php.net/xml), allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML, allowing it to be used for parsing HTML documents. Otherwise HTMLSax supports all the handlers available from Expat except namespace and external entity handlers. Provides methods for handling XML escapes as well as JSP/ASP opening and close tags. Version 1.x introduced an API similar to the native SAX extension but used a slow character by character approach to parsing. @@ -26,25 +26,25 @@ - 3.0.0 - 2004-05-28 + 3.0.0RC1 + 2004-06-02 PHP - stable + beta * Now able to parse Word generated HTML - fixed bug with parsing of XML escape sequences * API break (minor): no longer extends PEAR * API break (minor): attributes with no value (like option selected) are now populated with NULL instead of TRUE * API break (minor): replaced XML_OPTION_FULL_ESCAPES with XML_OPTION_STRIP_ESCAPES - by default you now get back the complete escape sequence -* Modified file names to meet PEAR conventions. Old include file still available for BC but you should prefer require_once 'XML/HTMLSax.php' from now on +* Re PEAR version naming rules, you now include XML/HTMLSax3.php and the main class is called XML_HTMLSax3 * Added some more examples + PCRE - - - - + + +