RE: [xliff] Simplified XLIFF element tree

From
Yves Savourel <>
Date
2010-08-24T12:45:21+00:00
ID
003b01cb4389$5b936d00$12ba4700$@com
Thread
RE: [xliff] Simplified XLIFF element tree
Hi Andrzej,all,

> We use the <group> element to signify major 
> element boundaries so as to be able to prevent 
> attempts at merging <trans-unit> elements across 
> such boundaries.

I don't know xml:tm very well, but looking at the specification and examples it would seems that files with xml:tm can work with other representations than <group>+<trans-unit>. It's just a matter of mapping <tm:te> to the extracted text and <tm:tu> to the segments, just like for XLIFF 1.2 <tm:te> are mapped to <group> and <tm:tu> mapped to <trans-unit>.

Cheers,
-ys