summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOM/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-DOM/DESCR')
-rw-r--r--textproc/p5-XML-DOM/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-XML-DOM/DESCR b/textproc/p5-XML-DOM/DESCR
new file mode 100644
index 00000000000..9408fd5f83a
--- /dev/null
+++ b/textproc/p5-XML-DOM/DESCR
@@ -0,0 +1,5 @@
+This is a Perl extension to XML::Parser. It adds a new 'Style' to
+XML::Parser, called 'Dom', that allows XML::Parser to build an Object
+Oriented datastructure with a DOM Level 1 compliant interface.
+For a description of the DOM (Document Object Model), see
+http://www.w3.org/DOM/