Add GUID support to more filters including XML

Issue #91 resolved
Former user created an issue

Original [issue 91](https://code.google.com/p/okapi/issues/detail?id=91) created by @ysavourel on 2009-07-16T22:23:42.000Z:

Many formats could make use of GUID's such as those found in Java Property files. Most filters don't have an option to find these unique ids and attach them to the TextUnit.

XML-based Java Property is one format where this will become very important for alignment and TM.

HTML and XML formats in general may provide specific ID's as attributes that can be detected by the filter using regex or other rules.

Comments (3)

  1. Former user Account Deleted

    Comment [2.](https://code.google.com/p/okapi/issues/detail?id=91#c2) originally posted by @ysavourel on 2009-07-17T16:53:33.000Z:

    I've added support for defining an idPointer in the XML filter parameters rules and to support xml:id as well. The JavaProperties configuration now recognizes the 'key' attribute as the resname of the extracted text unit.

  2. Log in to comment