summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Encoding/DESCR
diff options
context:
space:
mode:
authorerh <erh@pkgsrc.org>2004-11-12 06:39:55 +0000
committererh <erh@pkgsrc.org>2004-11-12 06:39:55 +0000
commitd28a86df30c5744ad8e8d4d91a8c15906d5e322f (patch)
treed65dc48593c324edd36fbdafba5bf9caeb525555 /textproc/p5-XML-Encoding/DESCR
parentaf591191d2b91375c67ab57df64d383e66055294 (diff)
downloadpkgsrc-d28a86df30c5744ad8e8d4d91a8c15906d5e322f.tar.gz
Create a package for XML-Encoding-1.01
A perl module for parsing XML encoding maps
Diffstat (limited to 'textproc/p5-XML-Encoding/DESCR')
-rw-r--r--textproc/p5-XML-Encoding/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-XML-Encoding/DESCR b/textproc/p5-XML-Encoding/DESCR
new file mode 100644
index 00000000000..1a57f102b71
--- /dev/null
+++ b/textproc/p5-XML-Encoding/DESCR
@@ -0,0 +1,6 @@
+This module, which is built as a subclass of XML::Parser, provides a parser
+for encoding map files, which are XML files. The file maps/encmap.dtd in the
+distribution describes the structure of these files. Calling a parse method
+returns the name of the encoding map (obtained from the name attribute of the
+root element). The contents of the map are processed through the callback
+functions push_prefix, pop_prefix, and range_set.