RE: [xliff] Simplified XLIFF element tree

From
Yves Savourel <>
Date
2010-08-24T03:49:34+00:00
ID
002f01cb433e$df370770$9da51650$@com
Thread
RE: [xliff] Simplified XLIFF element tree
> You can create an unsegmented XLIFF and put all 
> elements that hold unsegmented text together. Later,
> ...
> add the corresponding <group> elements at the end of
> the file. All you need is something that associates
> ...

Indeed, we can do a lot of things with XML. But in our case putting related data in different places in the document may not be very helpful for stream-based processing.

It seems it would be simpler to have one element for each extracted unit, and the un/segmented information inside that element: Any type of parser can access all of it at once, no need for linking or other extra mechanism; finding/fixing/editing files is easier; etc.

Cheers,
-ys