mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
build: Don't fail on '<' or '>' with old xmllint
Older xmllint version don't allow such characters in datatype anyURI. In order not to change too much, I'm suggesting making a choice of anyURI or 'absPathName' which should be fine (checked with upstream and that old xmllint, both work fine). Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
6cc4d6a3fe
commit
d96b08bb24
@ -105,7 +105,10 @@
|
||||
<element name='target'>
|
||||
<optional>
|
||||
<element name='path'>
|
||||
<data type='anyURI'/>
|
||||
<choice>
|
||||
<data type='anyURI'/>
|
||||
<ref name='absFilePath'/>
|
||||
</choice>
|
||||
</element>
|
||||
</optional>
|
||||
<ref name='format'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user