summaryrefslogtreecommitdiff
path: root/textproc/jing/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jing/DESCR')
-rw-r--r--textproc/jing/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/jing/DESCR b/textproc/jing/DESCR
new file mode 100644
index 00000000000..34a991f6420
--- /dev/null
+++ b/textproc/jing/DESCR
@@ -0,0 +1,15 @@
+Jing is a RELAX NG validator in Java.
+
+This version of Jing implements
+
+ * RELAX NG 1.0 Specification,
+ * RELAX NG Compact Syntax, and
+ * parts of RELAX NG DTD Compatibility, specifically checking
+ of ID/IDREF/IDREFS.
+
+Jing also has experimental support for schema languages other than
+RELAX NG; specifically
+
+ * W3C XML Schema (based on Xerces-J);
+ * Schematron;
+ * Namespace Routing Language.