# HG changeset patch # User Oleksandr Gavenko # Date 1368549926 -10800 # Node ID e5e3a4775621677c9882965757e715c96998f4a0 # Parent 8d6da4ee85dec402dca06cd01fc6cf36ec3614ff# Parent db9fb38505e190242435bd67e005ade5a7dfcb06 merged diff -r 8d6da4ee85de -r e5e3a4775621 xml.rst --- a/xml.rst Sun Apr 21 16:32:32 2013 +0300 +++ b/xml.rst Tue May 14 19:45:26 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