163c3fea0b
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>
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# New ports collection makefile for: XML-DOMHandler
|
|
# Date created: 4 August 2009
|
|
# Whom: Stefan Pauly <stefan@fh-mainz.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-DOMHandler
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= stefan@fh-mainz.de
|
|
COMMENT= A call-back interface to DOM
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::DOMHandler.3
|
|
|
|
.include <bsd.port.mk>
|