Nikolay Sivov : msxml3: Attribute name could be qualified.

Alexandre Julliard julliard at winehq.org
Tue Dec 6 15:46:17 CST 2011


Module: wine
Branch: master
Commit: ca8e3c1cca444b9961b957762b5eec3874609bb5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ca8e3c1cca444b9961b957762b5eec3874609bb5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Dec  5 23:27:20 2011 +0300

msxml3: Attribute name could be qualified.

---

 dlls/msxml3/xslpattern.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/xslpattern.y b/dlls/msxml3/xslpattern.y
index 5187761..2fe3627 100644
--- a/dlls/msxml3/xslpattern.y
+++ b/dlls/msxml3/xslpattern.y
@@ -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("@"));




More information about the wine-cvs mailing list