Commit b7f05445c00f 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)
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
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.
|