msxml3: Attribute name could be qualified.

This commit is contained in:
Nikolay Sivov 2011-12-05 23:27:20 +03:00 committed by Alexandre Julliard
parent 099e7f09ec
commit ca8e3c1cca
1 changed files with 1 additions and 1 deletions

View File

@ -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("@"));