diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 19:09:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 19:09:35 +0000 |
commit | a6037d8db862661b7c8b50e8fa2785493cfc51a1 (patch) | |
tree | 375342e2f2b0bd98f1cad1acbe358a8eb70d7d1e /textproc/pear-XML_HTMLSax/pkg-descr | |
parent | Add a forgotten new program. (diff) |
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.
PR: ports/79403
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=133062
Diffstat (limited to 'textproc/pear-XML_HTMLSax/pkg-descr')
-rw-r--r-- | textproc/pear-XML_HTMLSax/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/pear-XML_HTMLSax/pkg-descr b/textproc/pear-XML_HTMLSax/pkg-descr new file mode 100644 index 000000000000..149758c488f9 --- /dev/null +++ b/textproc/pear-XML_HTMLSax/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://pear.php.net/package/XML_HTMLSax/ |