[Webkit-unassigned] [Bug 28303] [Qt] XSLT support with QtXmlPatterns
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 06:59:57 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28303
Jakub Wieczorek <faw217 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39427| |review?
Flag| |
Attachment #39384|0 |1
is obsolete| |
Attachment #39384|review? |
Flag| |
--- Comment #40 from Jakub Wieczorek <faw217 at gmail.com> 2009-09-11 06:59:56 PDT ---
Created an attachment (id=39427)
--> (https://bugs.webkit.org/attachment.cgi?id=39427)
[Qt] Implement XSLT support with QtXmlPatterns.
(In reply to comment #39)
> (In reply to comment #38)
> > Created an attachment (id=39384)
--> (https://bugs.webkit.org/attachment.cgi?id=39384) [details] [details]
> > [Qt] Implement XSLT support with QtXmlPatterns.
> >
> > - Add the TransformSource class.
> > - Fix build with Qt < 4.5 (disable xslt by default for older versions).
>
> Hi Jakub, as far as I know QtXmlPatterns module is only build when Qt is built
> with exception support. How does this patch affect QtWebKit inside Qt, when Qt
> is compiled without exception support?
Indeed, the patch assumed that Qt has been built with the QtXmlPatterns module.
This one fixes that by enabling XSLT support only with Qt >= 4.5 _and_ when
QtXmlPatterns is available.
Apart from that, fixed libxslt-based build breakage and some compiler warnings.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list