aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-XML_DTD/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pear-XML_DTD/pkg-descr')
-rw-r--r--textproc/pear-XML_DTD/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/pear-XML_DTD/pkg-descr b/textproc/pear-XML_DTD/pkg-descr
new file mode 100644
index 000000000000..5b5e69ef4332
--- /dev/null
+++ b/textproc/pear-XML_DTD/pkg-descr
@@ -0,0 +1,9 @@
+PEAR::XML_DTD parsing of DTD files and DTD validation of XML files.
+The XML validation is done with the php sax parser, the xml extension, it
+does not use the domxml extension.
+
+Currently supports most of the current XML spec, including entities,
+elements and attributes. Some uncommon parts of the spec may still be
+unsupported.
+
+WWW: http://pear.php.net/package/XML_DTD/