27 Jul
2007
27 Jul
'07
6:53 p.m.
On Friday 27 July 2007 20:50:53 Darin Adler wrote:
On Jul 27, 2007, at 11:36 AM, Lars Knoll wrote:
2. add a qt/XMLTokenizerQt.cpp and a libxml/XMLTokenizerLibXml.cpp and keep a common XMLTokenizer.cpp for code that is used in both.
I like that option best. It's the pattern used in platform for cases like this.
I'm fine with moving to this approach (even though it'll still lead to some code duplication if we do it the easy way without refactoring). Should we move the XMLTokenizer class to WebCore/platform then? Lars