XLIFF as a Project Model

Importance: Should Have

Category: Data Model

XLIFF 1.2 uses a File/Resource as the model. We wish in XLIFF 2.0 to implement a richer project container

Aspects of this proposal

  1. Ability to store project-level meta-data and multiple resources
  2. Ability to transfer a single container storing all information needed in the l10n process for a project.

Project Model

Container Format

Mypackage.xlz

|-- META-INF
|   `-- manifest.mf
|-- mycontent
|   `-- file.ext
`-- settings.xml

manifest.mf

<manifest xmlns="urn:oasis...">
  <extensions>
    <extension id="" version="1.0" namespace="urn:com:example:extension" mustUnderstand="true">
      <provider name="Foo Bar"/>
    </extension>
  </extensions>

</manifest>


Back to XLIFF2.0/Ideas

XLIFF2.0/Ideas/ProjectModel (last edited 2008-04-14 12:42:29 by asgeirf)