mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parser: Clarify logic in xmlParseStartTag2
This commit is contained in:
parent
207999793f
commit
74dfc49b5f
4
parser.c
4
parser.c
@ -9389,11 +9389,11 @@ next_attr:
|
||||
nsIndex = NS_INDEX_EMPTY;
|
||||
nsuri = NULL;
|
||||
uriHashValue = URI_HASH_EMPTY;
|
||||
} if (aprefix == ctxt->str_xml) {
|
||||
} else if (aprefix == ctxt->str_xml) {
|
||||
nsIndex = NS_INDEX_XML;
|
||||
nsuri = ctxt->str_xml_ns;
|
||||
uriHashValue = URI_HASH_XML;
|
||||
} else if (aprefix != NULL) {
|
||||
} else {
|
||||
nsIndex = xmlParserNsLookup(ctxt, &attr->prefix, NULL);
|
||||
if ((nsIndex == INT_MAX) ||
|
||||
(nsIndex < ctxt->nsdb->minNsIndex)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user