* libvir.rng: applied patch to fix regexp constructs from Robin Green

Daniel
This commit is contained in:
Daniel Veillard 2007-04-19 07:57:06 +00:00
parent e76632c912
commit 07f347101c
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 19 09:55:28 CEST 2007 Daniel Veillard <veillard@redhat.com>
* libvir.rng: applied patch to fix regexp constructs from Robin Green
Wed Apr 18 16:16:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* docs/libvir.html: Documentation for the remote patch.

View File

@ -708,22 +708,22 @@
</define>
<define name='filePath'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-\%\./]+</param>
<param name="pattern">[a-zA-Z0-9_\+\-%./]+</param>
</data>
</define>
<define name='absFilePath'>
<data type='string'>
<param name="pattern">/[a-zA-Z0-9_\+\-\%\./]+</param>
<param name="pattern">/[a-zA-Z0-9_\+\-%./]+</param>
</data>
</define>
<define name='devicePath'>
<data type='string'>
<param name="pattern">/[a-zA-Z0-9_\+\-\%/]+</param>
<param name="pattern">/[a-zA-Z0-9_\+\-%/]+</param>
</data>
</define>
<define name='deviceName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\-\:\.\/]+</param>
<param name="pattern">[a-zA-Z0-9_\-:./]+</param>
</data>
</define>
<define name='addrMAC'>