http://bugs.winehq.org/show_bug.cgi?id=33489
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2013-04-29 10:32:16 CDT --- It fails on attribute value that contains '>':
--- 0024:trace:htmlhelp:parse_hhindex <LI> 0024:trace:htmlhelp:parse_li <OBJECT type="text/sitemap"> 0024:trace:htmlhelp:parse_index_sitemap_object <param name="Name" value=""-oi[-][:<minsize> 0024:warn:htmlhelp:parse_index_obj_node_param value attr not found ---
so <minsize> misinterpreted as end of 'param' element and later it fails to get 'value' attribute value cause there's no closing quotation mark.