xml PARSeR EXAMPLE 1: trANSLAtING XML ELeMENTS
The following example shows how to specify that an XML element in the XML parser file (XSL style-sheet) is translatable. The use of the "rwt:elementTU" instruction attribute is also demonstrated.
Parsed elements that are to be specified as translatable: <Description> and <Unit>.
Identifier used for an element (also: resource name): <element name> + '(' + <value of Name element> + ')' Example: "Description (Spot1)"; "Unit (Spot1)"
Parsed elements that are to be specified as translatable: <Description> and <Unit>.
Identifier used for an element (also: resource name): <element name> + '(' + <value of Name element> + ')' Example: "Description (Spot1)"; "Unit (Spot1)"
The item identifier for the <Description> element will look like this, for example: "Description (SpotB)"; and the item identifier for the <Unit> element like this (for example): "Unit (SpotB)".
|