From 29db65d457316cfc4d30b13747360e16345de8aa Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 28 Dec 2000 12:39:39 +0000 Subject: Add p5-XML-Node-0.10: If you are only interested in processing certain nodes in an XML file, this module can help you simplify your Perl scripts significantly. The XML::Node module allows you to register callback functions or variables for any XML node. If you register a call back function, it will be called when the node of the type you specified are encountered. If you register a variable, the content of a XML node will be appended to that variable automatically. --- textproc/p5-XML-Node/pkg/COMMENT | 1 + textproc/p5-XML-Node/pkg/DESCR | 8 ++++++++ textproc/p5-XML-Node/pkg/PLIST | 1 + 3 files changed, 10 insertions(+) create mode 100644 textproc/p5-XML-Node/pkg/COMMENT create mode 100644 textproc/p5-XML-Node/pkg/DESCR create mode 100644 textproc/p5-XML-Node/pkg/PLIST (limited to 'textproc/p5-XML-Node/pkg') diff --git a/textproc/p5-XML-Node/pkg/COMMENT b/textproc/p5-XML-Node/pkg/COMMENT new file mode 100644 index 00000000000..7cc33b73c63 --- /dev/null +++ b/textproc/p5-XML-Node/pkg/COMMENT @@ -0,0 +1 @@ +Node-based XML parsing: an simplified interface to XML::Parser diff --git a/textproc/p5-XML-Node/pkg/DESCR b/textproc/p5-XML-Node/pkg/DESCR new file mode 100644 index 00000000000..d03812f432b --- /dev/null +++ b/textproc/p5-XML-Node/pkg/DESCR @@ -0,0 +1,8 @@ +If you are only interested in processing certain nodes in an XML +file, this module can help you simplify your Perl scripts significantly. + +The XML::Node module allows you to register callback functions +or variables for any XML node. If you register a call back function, +it will be called when the node of the type you specified are +encountered. If you register a variable, the content of a XML node +will be appended to that variable automatically. diff --git a/textproc/p5-XML-Node/pkg/PLIST b/textproc/p5-XML-Node/pkg/PLIST new file mode 100644 index 00000000000..2219a0865c8 --- /dev/null +++ b/textproc/p5-XML-Node/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $ -- cgit v1.2.3