Validation of xml files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 25 Apr 2013 17:34:16 +0300
changeset 1489 1668fc8198e1
parent 1486 f3be7476145d
child 1490 db9fb38505e1
Validation of xml files.
xml.rst
--- a/xml.rst	Fri Apr 05 18:22:14 2013 +0300
+++ b/xml.rst	Thu Apr 25 17:34:16 2013 +0300
@@ -78,6 +78,12 @@
 
 Validation of xml files.
 ========================
+::
+
+  $ jing schema.rng in.xml
+  $ xmllint --relaxng schema.rng in.xml
+
+See:
 
   http://infohost.nmt.edu/tcc/help/xml/lint.html
                 xmllint: A validator for XML files