aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-05 00:39:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-05 00:39:35 +0000
commit163c3fea0bceff1828e060ba86f07a42bf139f55 (patch)
tree03e553ffc20af12e6314fc59f441757dfae96cf3 /textproc/Makefile
parenta18deed4a235dc6e8d2ef38802949847b58dc245 (diff)
downloadports-163c3fea0bceff1828e060ba86f07a42bf139f55.tar.gz
ports-163c3fea0bceff1828e060ba86f07a42bf139f55.zip
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/ PR: 137424 Submitted by: Stefan Pauly <stefan@fh-mainz.de>
Notes
Notes: svn path=/head/; revision=238923
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3f5f4761c282..2378e97b9ebf 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -731,6 +731,7 @@
SUBDIR += p5-XML-DOM-Lite
SUBDIR += p5-XML-DOM-XPath
SUBDIR += p5-XML-DOM2
+ SUBDIR += p5-XML-DOMHandler
SUBDIR += p5-XML-DT
SUBDIR += p5-XML-DTDParser
SUBDIR += p5-XML-DifferenceMarkup