From d96b08bb240fecc89c96e31ddada59fd04ee9574 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 22 Nov 2013 05:26:30 +0100 Subject: [PATCH] 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 --- docs/schemas/storagevol.rng | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index 8bc5907865..5da8e1febc 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -105,7 +105,10 @@ - + + + +