diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 19:09:35 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 19:09:35 +0000 |
commit | 66ac48a120a87419df7d3addc0dc64a8bfd35294 (patch) | |
tree | 41c63df10143a96ab1dd801f56c2189242fbaee2 /textproc/Makefile | |
parent | 9b463f8907035f4dc4782c60b241e084c3f6afb2 (diff) | |
download | FreeBSD-ports-66ac48a120a87419df7d3addc0dc64a8bfd35294.zip FreeBSD-ports-66ac48a120a87419df7d3addc0dc64a8bfd35294.tar.gz |
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>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e481d20..abb8d0e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -501,6 +501,7 @@ SUBDIR += pardiff SUBDIR += pdftohtml SUBDIR += pear-Spreadsheet_Excel_Writer + SUBDIR += pear-XML_HTMLSax SUBDIR += perl2html SUBDIR += php4-ctype SUBDIR += php4-domxml |