equal
deleted
inserted
replaced
76 http://www.xml.com/pub/a/2004/07/21/dive.html |
76 http://www.xml.com/pub/a/2004/07/21/dive.html |
77 XML on the Web Has Failed |
77 XML on the Web Has Failed |
78 |
78 |
79 Validation of xml files. |
79 Validation of xml files. |
80 ======================== |
80 ======================== |
|
81 :: |
|
82 |
|
83 $ jing schema.rng in.xml |
|
84 $ xmllint --relaxng schema.rng in.xml |
|
85 |
|
86 See: |
81 |
87 |
82 http://infohost.nmt.edu/tcc/help/xml/lint.html |
88 http://infohost.nmt.edu/tcc/help/xml/lint.html |
83 xmllint: A validator for XML files |
89 xmllint: A validator for XML files |
84 http://www.cogsci.ed.ac.uk/~richard/rxp.html |
90 http://www.cogsci.ed.ac.uk/~richard/rxp.html |
85 RXP - an XML parser available under the GPL |
91 RXP - an XML parser available under the GPL |