summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Node/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Node/DESCR')
-rw-r--r--textproc/p5-XML-Node/DESCR8
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.