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)
6 lines
294 B
Text
6 lines
294 B
Text
XML::Driver::HTML is a SAX Driver for HTML.
|
|
|
|
There is no need for the HTML input to be weel formed, as XML::Driver::HTML is
|
|
generating its SAX events by walking a HTML::TreeBuilder object. The simplest
|
|
kind of use, is a filter from HTML to XHTML using XML::Handler::YAWriter as a
|
|
SAX Handler.
|