Sweden-Number/dlls/msxml3/tests
Damjan Jovanovic 53f3cad7fb 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>
2021-08-12 17:30:21 +02:00
..
Makefile.in
domdoc.c include: Fix IRequestDictionary IID. 2021-08-10 17:53:55 +02:00
httpreq.c
rsrc.rc
saxreader.c msxml3: IVBSAXContentHandler::startElement() should also check *namespaceURI for NULL. 2021-05-21 18:11:06 +02:00
schema.c msxml3: Use XSD regex quantifier format S{0, m} instead of S{, m}. 2021-08-12 17:30:21 +02:00
xmldoc.c
xmlparser.c
xmlparser.idl
xmlview.c
xmlview.xml
xmlview.xsl