1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/virt-xml-validate.md

14 lines
448 B
Markdown
Raw Normal View History

2022-11-08 03:39:08 -05:00
# 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`