From e5b51964ca7f748a67593ba6c328867d6d8fee3b Mon Sep 17 00:00:00 2001 From: Kyle <8680927+IvyCap@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:39:08 -0500 Subject: [PATCH] virt-xml-validate: add page (#9467) --- pages/linux/virt-xml-validate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/virt-xml-validate.md diff --git a/pages/linux/virt-xml-validate.md b/pages/linux/virt-xml-validate.md new file mode 100644 index 000000000..bf474a413 --- /dev/null +++ b/pages/linux/virt-xml-validate.md @@ -0,0 +1,13 @@ +# 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: . + +- 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`