diff options
author | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 22:52:58 +0000 |
commit | ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /textproc/p5-XML-Node/DESCR | |
parent | 26e767802169bc1a013a3a64740d0a84afa59755 (diff) | |
download | pkgsrc-ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'textproc/p5-XML-Node/DESCR')
-rw-r--r-- | textproc/p5-XML-Node/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-XML-Node/DESCR b/textproc/p5-XML-Node/DESCR new file mode 100644 index 00000000000..d03812f432b --- /dev/null +++ b/textproc/p5-XML-Node/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. |