Add p5-XML-Node-0.10:
authorhubertf <hubertf>
Thu, 28 Dec 2000 12:39:39 +0000 (12:39 +0000)
committerhubertf <hubertf>
Thu, 28 Dec 2000 12:39:39 +0000 (12:39 +0000)
commitf313e2221b53b2b435b7ed8982063542cdf08aed
tree2c4209da79a2ae506ecba4d640fc5394f8668724
parent16dbb57948d505caa8e0f097c290f891a12f00bd
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/Makefile [new file with mode: 0644]
textproc/p5-XML-Node/files/md5 [new file with mode: 0644]
textproc/p5-XML-Node/pkg/COMMENT [new file with mode: 0644]
textproc/p5-XML-Node/pkg/DESCR [new file with mode: 0644]
textproc/p5-XML-Node/pkg/PLIST [new file with mode: 0644]