[libvirt] [PATCH] Fix error in secret.rng schema.

Daniel Veillard veillard at redhat.com
Thu Dec 10 16:05:33 UTC 2009


On Thu, Dec 10, 2009 at 03:57:12PM +0100, Diego Elio 'Flameeyes' Pettenò wrote:
> Without this error the schema is not a well-formatted XML file.
> ---
>  docs/schemas/secret.rng |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/docs/schemas/secret.rng b/docs/schemas/secret.rng
> index 40e2b7f..39f8625 100644
> --- a/docs/schemas/secret.rng
> +++ b/docs/schemas/secret.rng
> @@ -36,7 +36,7 @@
>          <optional>
>            <element name='usage'>
>              <choice>
> -              <ref name='usagevolume'>
> +              <ref name='usagevolume' />
>                <!-- More choices later -->
>              </choice>
>            </element>

  Whoops, good catch, apparently we are missing regression tests for
the secret XML validation ... !

  thanks ! Pushed

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list