Allow xmlns attribute on the root element
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
ae1a8130c7
commit
4f2addef1a
1 changed files with 1 additions and 0 deletions
|
@ -830,6 +830,7 @@ static const struct cfgelem root_cfgelems[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct cfgelem root_cfgattrs[] = {
|
static const struct cfgelem root_cfgattrs[] = {
|
||||||
|
{ ATTR("xmlns"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL },
|
||||||
{ ATTR("xmlns:xsi"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL },
|
{ ATTR("xmlns:xsi"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL },
|
||||||
{ ATTR("xsi:noNamespaceSchemaLocation"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL },
|
{ ATTR("xsi:noNamespaceSchemaLocation"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL },
|
||||||
END_MARKER
|
END_MARKER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue