[Webkit-unassigned] [Bug 28303] [Qt] XSLT support with QtXmlPatterns
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 18 12:21:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28303
Jakub Wieczorek <faw217 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34854|0 |1
is obsolete| |
Attachment #35061| |review?(eric at webkit.org)
Flag| |
--- Comment #25 from Jakub Wieczorek <faw217 at gmail.com> 2009-08-18 12:21:27 PDT ---
Created an attachment (id=35061)
--> (https://bugs.webkit.org/attachment.cgi?id=35061)
[Qt] Implement XSLT support with QtXmlPatterns.
I got rid of most of the #ifdefs:
- Qt doesn't use the XMLTokenizerScope class so I excluded it from the Qt
build.
- I made a TransformSource typedef in Document, which for Qt is String and for
others xmlDocPtr. This simplified the code a bit but we still need to free
m_transformSource for libxslt.
Not sure what else I could do. I was thinking of moving the definition of
XSLTProcessor::MessageHandler to the XSLTProcessorQt.cpp file but was not sure
if that is okay with the coding guidelines.
--
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