msxml3: Use XSD regex quantifier format S{0, m} instead of S{, m}.
commit53f3cad7fbb19b489419afae4e1e73486384f98d
authorDamjan Jovanovic <damjan.jov@gmail.com>
Wed, 11 Aug 2021 05:16:53 +0000 (11 07:16 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Aug 2021 15:30:21 +0000 (12 17:30 +0200)
tree0c2a1a4557a0562dfeefb78df29636103761c38e
parent5d869cad7ac6fa36352540adc627b3feece8310e
msxml3: Use XSD regex quantifier format S{0, m} instead of S{, m}.

S{,m} is invalid in libxml2 2.9.11 and later, and was never valid
in the XSD specification or any XML implementation tested. We
should only use S{0,m} for our internal XSD schema used in XDR validation.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51358
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msxml3/datatypes.xsd
dlls/msxml3/tests/schema.c