1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-22 21:57:21 +03:00

Add exception for new W3C PI xml-model

This commit is contained in:
Daniel Veillard 2011-06-05 11:29:29 +08:00
parent c62efc847c
commit 4c4653e587

View File

@ -197,6 +197,7 @@ unsigned int xmlParserMaxDepth = 256;
static const char *xmlW3CPIs[] = {
"xml-stylesheet",
"xml-model",
NULL
};