The messageFile element describes all transformations applied to a particular instance of a CCL Input Resource File that conforms to the CCLMessageFile.xsd schema and to where in the product the resulting consumable localized resource should be placed. Describes the process by which the CCL Input Resource File is transformed to a runtime consumable resource. Choose the transformation from the enumeration provided by the 'process' attribute. The generic 'xslt' transformation, which provides the ability for a component to supply their own specialized transformation, will require you to provide further information by specifying an xsltOptions element. Specifies if this target specification is for Debug or Release (default). The LDK processes only Release target specifications by default. You can override this by setting the Generate property of the LDK to one of "Debug", "Release", or "All". Location into which the resulting transformed file is to be installed. This path is expected to be relative to the product installation location. Typical locations are bin cgi-bin webapps/p2pd/WEB-INF/classes Provides information for applying a custom process in the event that the process attribute of the parent transformation element is set to 'custom' Provides context from LDKSpec to applicable custom impl of of com.cognos.localizationkit.ExternalProcess The impl determines the java implementation of com.cognos.localizationkit.ExternalProcess to call. The target file type determines what implicit processing is required. The file extension to be appended to the resulting target file. Provides information for applying a generic XSLT script in the event that the process attribute of the parent transformation element is set to 'xslt' Name of an XSLT script. The target file type determines what implicit processing is required. XML - values must be made XML-safe Java Properties - Unicode values must be written out as excape sequences since properties files must be ASCII. Note: if targetFileExtension is '.properties' then "Java Properties is implied. Text - no special processing. The target file is a Java Properites file. The target file must encode non-ASCII characters as escape sequences in order to support unicode characters. The target file is a plain text file. The target file contains XML text. The resulting file will be encoded as to be XML-safe. The file extension to be appended to the resulting target file. Transformation to be used in order to create the runtime consumable resource files. Select one of: BMF binary message file. CCLXmlToProperties.xslt Official XSLT script that produces a Java Properties file. CCLXmlToProperties2.xslt Official XSLT script that produces a Java Properties file which escapes single quote. CCLInputSource.xslt Official XSLT script that produces another CCL Input Resource File with all error messages prefixed with the standard error message prefix. Copy Simply copies the CCL Input Resource File. xslt Alternate XSLT script. You must describe this script using the xsltOptions element. Location of this message file. CCL Resource Input File base name (i.e. without the locale specification). For example cclbitmsgs The name of the component to which this message file belongs. This should be the official component short-name. Indicates whether this is a brandable resource.