forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
338 B
Text
6 lines
338 B
Text
This module creates a layer on top of DOM that allows you to program
|
|
in a "push" style rather than "pull". Once the document has been parsed
|
|
and you have a DOM object, you can call on the DOMHandler's traverse()
|
|
method to apply a set of call-back routines to all the nodes in a tree.
|
|
|
|
WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/
|