fb16dfecae
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)
9 lines
495 B
Plaintext
9 lines
495 B
Plaintext
XML::Handler::Trees provides three PerlSAX handler classes for building
|
|
tree structures. XML::Handler::Tree builds the same type of tree as the
|
|
"Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
|
|
type of tree as the "EasyTree" style added to XML::Parser by
|
|
XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type
|
|
of tree as Sean M. Burke's XML::TreeBuilder. These classes make it
|
|
possible to construct these tree structures from sources other than
|
|
XML::Parser.
|