[Bug 16239] Cake Poker installer requires native msxml3

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 4 20:34:06 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=16239





--- Comment #14 from Mike Kaplinskiy <mike.kaplinskiy at gmail.com>  2010-02-04 20:34:05 ---
Seems the problem is that the installer requests an ancient version of msxml
(ie before 3), which means it expects XSLT Pattern matching and not XPath.
(Hooray for reading msdn instead of blaming microsoft...)

Wine's msxml doesn't have xsl pattern implemented, and it doesn't seem like
libxml2 nor libxslt support them (the latter does, but only with xslt
transformations). From the short description
http://saxon.sourceforge.net/saxon6.5.3/patterns.html it looks very similar to
xpath but seems to be completely namespace unaware.

We would probably want to just write a converter to xpath.

-- 
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.



More information about the wine-bugs mailing list