[Bug 43581] Microsoft Office 365 edition of Office 2013 installer fails with 'cache_entry_from_xsd_doc failed to parse doc' (non-standard '\u####' sequence)

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 29 11:08:25 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=43581

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com

--- Comment #7 from Damjan Jovanovic <damjan.jov at gmail.com> ---
(In reply to Zebediah Figura from comment #4)
> The \u#### sequence is nonstandard and not in the XML schema specification.
> Since Wine uses libxml2 to parse XML, including schema parsing, this is not
> exactly trivial to fix.

I prefer the "hack everything without fear" philosophy ;)
https://drewdevault.com/2018/03/17/Hack-everything-without-fear.html

My patch to libxml2 that implements "\u####" and all other MSXML non-standard
regex escape sequences I could find (15 in total):
https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/116

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