RC-WinTrans
are used in an
()
to designate an
element or attribute as translatable. Instruction
attributes are
to an XML element to provide RC-WinTrans with instructions on what to
do during processing.
See also: "XML Parser."

|
Primary Instruction Attributes |
Primary
specify that an
element or attribute is translatable and/or indicate a group for structuring
data.
In principle, only two instruction attributes
are required to specify translatable items in an XML file. These are the
"rwt:elementTU" attribute
used to specify that an XML element is translatable and the "rwt:attributeTU <attrName>"
attribute used to specify that an attribute of an XML element is translatable.
A third
attribute, "rwt:group,"
is used to specify a parent group for the child elements that follow it.

|
Secondary Instruction Attributes |
ATTRIBUTE |
DESCRIPTION |
rwt:id |
Adds an attribute ID
to the
created for an XML element or attribute.
A given ID is not
used to identify an element. An
ID's value can be accessed via an RC-winTrans .
Attribute
value: any text. |
rwt:elementTU-type |
Specifies the resource type of the element's
text. The
default type is "string," indicating a (standard) text.
The resources types (that are known by RC-WinTrans)
are defined in the XML standard "XLIFF."
Attribute
value: the resource type (default: "string"). |
rwt:attributeTU-type_<attrName> |
Specifies
the resource type of the attribute's text. The
default type is "string," indicating a (standard) text.
See also "rwt:elementTU-type" attribute,
above.
Attribute
value: the resource type (default: "string"). |
rwt:elementTU-note |
Adds a note to the
created for the element (with the attribute "rwt:elementTU").
Attribute
value: any text to be used as a note or description. |
rwt:attributeTU-note_<attrName> |
Adds a note to the
created for the attribute (with the attribute "rwt:attribute_<attrName>").
Attribute
value: any text to be used as a note or description. |
^ Top ^ |