Documentation Center

ITargetXmlFileHandler

You can create a custom handler for generating a target file based upon the current source file and the previous released translation, by implementing the ITargetXmlFileHandler interface. The implementation is also responsible for purging the generated target file from any extra markup added upon generation that should not remain in the target file after the translation is done.

Initialize

Initializes the target file generation handler.

Generate

Generates the target file based on the current source file and the previous released translation.

Purge

Purges the file by removing any extra markup added by the Generate method.