💾 Archived View for freeshell.de › tldr › xml-validate.gmi captured on 2024-02-05 at 12:19:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Validate XML documents.
xml validate {path/to/input1.xml|URI} {input2.xml ...}
xml validate --dtd {path/to/schema.dtd} {path/to/input1.xml|URI} {input2.xml ...}
xml validate --xsd {path/to/schema.xsd} {path/to/input1.xml|URI} {input2.xml ...}
xml validate --relaxng {path/to/schema.rng} {path/to/input1.xml|URI} {input2.xml ...}
xml validate --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).