On Mon, Mar 21, 2011 at 04:00:05PM +0800, Osier Yang wrote: > --- > docs/schemas/domain.rng | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng > index 21c4380..30f673f 100644 > --- a/docs/schemas/domain.rng > +++ b/docs/schemas/domain.rng > @@ -64,6 +64,9 @@ > <element name="label"> > <text/> > </element> > + <element name="imagelabel"> > + <text/> > + </element> > </element> > </define> > <define name="hvs">
ACK, this element is looked for in src/conf/domain_conf.c but missing from Relax-NG schemas for the domain. Please put a small explanation in the git commit please :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
