System Grab Bag

View all TLDR pages from Linux (or from all pages)

virt-xml-validate

Validate libvirt XML files against a schema. If a schema is not specified, the schema is determined by the root element in the XML file. More information: https://libvirt.org/manpages/virt-xml-validate.html.
  • Validate an XML file against a specific schema:
    virt-xml-validate {{path/to/file.xml}} {{schema}}
  • Validate the domain XML against the domain schema:
    virt-xml-validate {{path/to/domain.xml}} domain

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.