summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX-Expat/DESCR
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2002-11-07 20:46:52 +0000
committerexplorer <explorer@pkgsrc.org>2002-11-07 20:46:52 +0000
commitcffd20a04c7cf3533b41e446c41be1377c4f316a (patch)
tree92e966e9887c50bc59fa9b6149fbe8762746cbfe /textproc/p5-XML-SAX-Expat/DESCR
parent67f78be19e250f0dba026d3f963ff1668fbf9ebb (diff)
downloadpkgsrc-cffd20a04c7cf3533b41e446c41be1377c4f316a.tar.gz
add XML::SAX::Parser, which provides an Expat parser
for XML::SAX, by using XML::Parse.
Diffstat (limited to 'textproc/p5-XML-SAX-Expat/DESCR')
-rw-r--r--textproc/p5-XML-SAX-Expat/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Expat/DESCR b/textproc/p5-XML-SAX-Expat/DESCR
new file mode 100644
index 00000000000..6b7e50db08a
--- /dev/null
+++ b/textproc/p5-XML-SAX-Expat/DESCR
@@ -0,0 +1,5 @@
+This is an implementation of a SAX2 driver sitting on top of Expat
+(XML::Parser).
+
+It is still incomplete, though most of the basic SAX2 events should be
+available.