-
Notifications
You must be signed in to change notification settings - Fork 13
Description
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).