http://bugs.winehq.org/show_bug.cgi?id=8107
Patrick Leamon pleamonhp@yahoo.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pleamonhp@yahoo.com.au
--- Comment #16 from Patrick Leamon pleamonhp@yahoo.com.au 2009-10-18 14:11:40 --- I've been playing around with this today, it fails due to the namespace in the xml file: ... <Civ4PlayerOptionInfos xmlns="x-schema:CIV4GameInfoSchema.xml">
...
For some reason libxml2 can't handle xpath for xml with a namespace like this. If you take out the namespace declaration then it crashes later on: trace:msxml:xmlnode_get_namespaceURI 0x1a9e08 0x32f924
Is this something we can report upstream? Is xpath even supposed to consider namespaces? I haven't encountered it before.