Re: Google Summer of Code: Implement support for OASIS XLIFF 1.1 in KBabel

Asgeir Frimannsson <[email protected]> Thu, 30 Jun 2005 01:13:19 +1000
Newsgroups gmane.comp.kde.devel.kbabel
Message-ID <[email protected]>
On 6/29/05, Nicolas Goutte <[email protected]> wrote:
> Before I forget: when you will work on the XLIFF import and export filters,
> convert them quickly to the namespace versions of the QDom classes (all
> memeber functions having a NS suffix.) You will need namespace support early,
> as one of the XLIFF examples in the XLIFF 1.1 specification is with
> namespaces (mix with XHTML) and from the experience with the OASIS Open
> Document file format (XLIFF 1.1 is also an OASIS specification) in KOffice,
> it is better to use the namespace functions early than to have to convert
> them later. (Currently the XLIFF import filter code would be still easy to
> convert and as for the XLIFF export filter code, I fear that you will have to
> replace it in major parts.)

Thanks for the tip, I'll remeber that :)

cheers,
asgeir