[libvirt] svirt fix for schema on domain.rng

On Wed, Mar 18, 2009 at 11:19:39AM -0400, Daniel J Walsh wrote:
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 107215c..21bd2b2 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -34,6 +34,12 @@ <attribute name='model'> <text/> </attribute> + <attribute name='type'> + <choice> + <value>dynamic</value> + <value>static</value> + </choice> + </attribute> <element name='label'> <text/> </element>
Sure, ACK ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On Wed, Mar 18, 2009 at 11:19:39AM -0400, Daniel J Walsh wrote:
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 107215c..21bd2b2 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -34,6 +34,12 @@ <attribute name='model'> <text/> </attribute> + <attribute name='type'> + <choice> + <value>dynamic</value> + <value>static</value> + </choice> + </attribute> <element name='label'> <text/> </element>
ACK, must stop forgetting this stuff :-) Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

On Wed, Mar 18, 2009 at 11:19:39AM -0400, Daniel J Walsh wrote:
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
Okay, applied and commited, thanks, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (3)
-
Daniel J Walsh
-
Daniel P. Berrange
-
Daniel Veillard