
xml-validate
List of commands for xml-validate:
-
xml-validate:tldr:10933 xml-validate: Display help for the `validate` subcommand.$ xml validate --helptry on your machineexplain this command
-
xml-validate:tldr:4e4b3 xml-validate: Validate one or more XML documents against a Document Type Definition (DTD).$ xml validate --dtd ${path-to-schema-dtd} ${select} ${input2-xml ---}try on your machineexplain this command
-
xml-validate:tldr:906be xml-validate: Validate one or more XML documents against an XML Schema Definition (XSD).$ xml validate --xsd ${path-to-schema-xsd} ${select} ${input2-xml ---}try on your machineexplain this command
-
xml-validate:tldr:a7626 xml-validate: Validate one or more XML documents for well-formedness only.$ xml validate ${select} ${input2-xml ---}try on your machineexplain this command
-
xml-validate:tldr:e4cf7 xml-validate: Validate one or more XML documents against a Relax NG schema (RNG).$ xml validate --relaxng ${path-to-schema-rng} ${select} ${input2-xml ---}try on your machineexplain this command