Skip to content

Incorrect ITS in XLIFF files #2

@garfieldnate

Description

@garfieldnate

I was just working with all of the XLIFF files in the xlfsamples directories, and found some incorrect-looking ITS markup.

locqualityissue[3,4,5,9,10,11,12,13]xml.xml.xlf- these each have its:locQualityIssueProfile. It should be its:locQualityIssueProfileRef.

storagesize1html.html.xlf
storagesize[6,9]xml.xml.xlf
These each have its:storageLineBreak, which should be its:lineBreakType.

terminology1xml.xml.xlf
terminology2html.html.xlf
These each have its:termInfo, which doesn't exist in ITS. There are its:termInfoRef and its:termInfoPointer. This will require more than just changing the attribute however, because the file needs a separate node to hold the term information, and in the present .xlf file the attribute itself is holding the value.

I would send a pull request, but I think these files are generated (not sure by what).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions