mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
msxml3: Attribute name could be qualified.
This commit is contained in:
parent
099e7f09ec
commit
ca8e3c1cca
1 changed files with 1 additions and 1 deletions
|
@ -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("@"));
|
||||
|
|
Loading…
Reference in a new issue