Changes Log - Okapi XLIFF Toolkit 1.1.3, Sep-10-2016
Changes in version 1.1.3
- Added classes allowing traversal of the tree structure of an XLIFF document in a fashion similar to visitor pattern.
Changes in version 1.1.2
- Added validation for lone
<sm/>.
- Fixed validation for too many
<mda:metadata>, <ctr:changeTrack> and <val:validation>.
Changes in version 1.1.1
- Added
getFileNodeIds() in XLIFFDocument and getUnitNodes() in GroupNode.
- Added
setLineBreak() in XLIFFDocument.
- Remove indentation before
</skeleton> that could cause syntax error.
- Added
addTranslation() to the GlossEntry class.
Changes in version 1.1
- Added support for the Change Tracking module.
Changes in version 1.0.1
- Added verification to check that a target code with the same ID as a
source code are indeed the two "corresponding" codes.
- Fixed check for hexadecimal values above 0x10FFFF that were
incorrectly seen as valid Unicode code-points.
- Fixed links to repository (from Google Code to Bitbucket).