Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEAR::XML_HTMLSax provides an API very similar to the native PHP XML | Pav Lucistnik | 2005-04-11 | 1 | -0/+12 |
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. PR: ports/79403 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=133062 |