summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOMHandler/pkg-descr
blob: 402aefbd8961c16410b5671ea5f6c1262e221847 (plain) (blame)
1
2
3
4
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.