Hi David,
David Faure wrote:
> On Monday 25 October 2004 17:03, David Faure wrote:
>
>>On Monday 25 October 2004 16:53, Michael Brauer - Sun Germany - ham02 - Hamburg wrote:
>>
>>>David,
>>>
>>>do you know an application that actually could be able to support the
>>>OASIS Open Office format, but does not support namespaces?
>>
>>Yes - KOffice :-)
>>
>>We currently look for "office:styles" etc., not for "the element named prefix:styles
>>where prefix was associated with urn:oasis:names:tc:openoffice:xmlns:office:1.0",
>>as proper namespace support would mandate.
>>This is due to the lack of namespace support in Qt's DOM implementation.
>
>
> I was just proven wrong: Qt's DOM implementation supports namespaces just fine.
>
> It's the KOffice code which was written without this in mind, and with hardcoded
> prefixes instead. I guess we will convert it to "do the right thing".
>
That sounds great.
Michael