Hi Stef,
We fixed that with cyrille but now and some other protocol changes the are some expressions like
expr / #'decl'
should we turn them into expr / 'decl'
?
Yes, XMLParser changed recently. Strings have to be used instead of Symbols. For some reason, it is faster. But I run CAnalyzer tests before committing these changes in XMLParser.
Cheers, Alexandre