# HG changeset patch # User Oleksandr Gavenko # Date 1366900456 -10800 # Node ID 1668fc8198e109f991d21836cfb158539a1d69bb # Parent f3be7476145d45aa498d500b9171f1a73764ac8d Validation of xml files. diff -r f3be7476145d -r 1668fc8198e1 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