提交 d96b08bb 编写于 作者: M Martin Kletzander

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: NMartin Kletzander <mkletzan@redhat.com>
上级 6cc4d6a3
......@@ -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'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册