[Bug 18856] New: using selectSingleNode method : "xmlXPathEval: evaluation failed"
http://bugs.winehq.org/show_bug.cgi?id=18856 Summary: using selectSingleNode method : "xmlXPathEval: evaluation failed" Product: Wine Version: 1.1.23 Platform: PC URL: http://home.scarlet.be/linux/compteco/testxml2.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs(a)winehq.org ReportedBy: vincent.hardy.be(a)gmail.com Created an attachment (id=21672) --> (http://bugs.winehq.org/attachment.cgi?id=21672) msxml trace see test program at url above. (content.xml is extracted from an empty ods file) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Vincent Hardy <vincent.hardy.be(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Vincent Hardy <vincent.hardy.be(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 --- Comment #1 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-01 11:51:46 --- Is the same problem as in bug 8498 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-14 19:05:49 --- Update download link please. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://home.scarlet.be/linu |http://www.linuxunderground |x/compteco/testxml2.zip |.be/compteco/testxml2.zip --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-14 19:21:31 --- Looks like the site moved. I've updated the URL. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 --- Comment #4 from Vincent Hardy <vincent.hardy.be(a)gmail.com> 2010-06-15 01:06:44 --- I confirm : this new URL is the correct one. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-30 11:21:49 CDT --- Works fine with 1.3.6: --- 0009:trace:msxml:xmlnode_selectSingleNode (0x12fbb8)->(L"office:body/office:spreadsheet" 0x33fe78) 0009:trace:msxml:xmlnode_selectNodes (0x12fbb8)->(L"office:body/office:spreadsheet" 0x33fe24) 0009:trace:msxml:queryresult_create (0x7c043b50, L"office:body/office:spreadsheet", 0x33fe24) 0009:trace:msxml:xmldoc_add_ref (0x7c0436d8)->(3) 0009:trace:msxml:registerNamespaces (0x7c06b7f8) 0009:warn:msxml:queryresult_create Attempting XSLPattern emulation (experimental). 0009:trace:msxml:XSLPattern_to_XPath ("office:body/office:spreadsheet") 0009:trace:msxml:xslpattern_lex token: 281 : office 0009:trace:msxml:xslpattern_lex token: 263 : : 0009:trace:msxml:xslpattern_lex token: 281 : body 0009:trace:msxml:xslpattern_lex token: 261 : / 0009:trace:msxml:xslpattern_parse Got PrefixedName: "office:body" 0009:trace:msxml:xslpattern_lex token: 281 : office 0009:trace:msxml:xslpattern_lex token: 263 : : 0009:trace:msxml:xslpattern_lex token: 281 : spreadsheet 0009:trace:msxml:xslpattern_parse Got PrefixedName: "office:spreadsheet" 0009:trace:msxml:xslpattern_parse Got RelativeLocationPath: "*[name()='office:body']/*[name()='office:spreadsheet']" 0009:trace:msxml:XSLPattern_to_XPath => "*[name()='office:body']/*[name()='office:spreadsheet']" 0009:trace:msxml:queryresult_create found 1 matches --- Marking fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:34:24 CST --- Closing bugs fixed in 1.3.7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org