mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
484 B
Text
10 lines
484 B
Text
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.
|