ctype attribute for

Issue #601 resolved
Former user created an issue

The xliff specs allow the attribute "ctype" to be added to generic placeholder tags ( group or not ). I was wondering if there is a way, when extracting a document, to include the attribute in the resulting xliff file?

Specs reference: http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#ctype

Comments (2)

  1. Chase Tingley

    Many of the filters will produce this information, but it's not written out by default. For example, if you are generating XLIFF as part of the "Rainbow Translation Kit Creation" step in Rainbow, you will need to click "Options" and then check the Include extended code attributes when available option. If you are using tikal, you will need to pass the -codeattrs option on the command line.

    If you're already getting ctype data, but it's not the right sort of stuff, can you give an example of what values you would like to see, and for what formats? Our support is not entirely consistent.

  2. Chase Tingley

    Closing this as I think it's something we already support. We can reopen if reported comes back with more info.

  3. Log in to comment