[Bug 16453] Google Chrome outer installer can't download inner installer

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 16 17:07:15 CST 2010


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





--- Comment #17 from Nikolay Sivov <bunglehead at gmail.com>  2010-02-16 17:07:14 ---
It seems I found a clean enough workaround for that - we could reliably know
that declaration was present in original document checking 'doc->standalone' or
similar field for input parser context. If it is -1 then no declaration was
present in xml stream. So if it's not -1 we could construct additional PI node
with data already present in xmlDoc structure.

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