diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-28 12:39:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-28 12:39:39 +0000 |
commit | 29db65d457316cfc4d30b13747360e16345de8aa (patch) | |
tree | 63e67abefa9ea1ff185bc07f29aeb0af5f8d13c2 /textproc/p5-XML-Node/pkg | |
parent | 29ca230a62f449a1e1e893ee9060bfde3802a221 (diff) | |
download | pkgsrc-29db65d457316cfc4d30b13747360e16345de8aa.tar.gz |
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.
Diffstat (limited to 'textproc/p5-XML-Node/pkg')
-rw-r--r-- | textproc/p5-XML-Node/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Node/pkg/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Node/pkg/PLIST | 1 |
3 files changed, 10 insertions, 0 deletions
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 $ |