How read/write xliff programmatically?

I want to use code to read in XLIFF files, translate the text (by using some HTTP translator service) and write back. Does Cocoa provide any functions to manipulate exported XLIFF files?

Replies

Does Cocoa provide any functions to manipulate exported XLIFF files?

It does not. The closest you’ll get is the various XML APIs, like

NSXMLDocument
, but there’s a pretty big gap between those and full XLIFF support.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"