Commit ca8e3c1c authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Attribute name could be qualified.

parent 099e7f09
......@@ -179,7 +179,7 @@ static void xslpattern_error(parser_param* param, void const* scanner, char cons
$$=xmlStrcat($$,U("::"));
}
;
Attribute : '@' TOK_NCName
Attribute : '@' QName
{
TRACE("Got Attribute: \"@%s\"\n", $2);
$$=xmlStrdup(U("@"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment