From cad6b2007800516e466440a536cd11bd4bac19ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Wed, 3 May 2017 11:55:10 +0200 Subject: [PATCH] Low: xml: relax the strict element order within the bundle body Technically, there's no need to require particular order as unpack_container always sticks with the first occurrence of the element carrying particular name. --- xml/resources-2.8.rng | 156 +++++++++++++++++++++++++------------------------- 1 file changed, 79 insertions(+), 77 deletions(-) diff --git a/xml/resources-2.8.rng b/xml/resources-2.8.rng index b64fe27..e20215b 100644 --- a/xml/resources-2.8.rng +++ b/xml/resources-2.8.rng @@ -72,83 +72,85 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ([0-9\-]+) - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ([0-9\-]+) + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.8.3.1