Description
The foreign tag is used to identify any
text that is a foreign word or phrase.
Example
This CNXML:
<para id="foreignexample">
In Spanish speaking countries you may often
hear people say <foreign>Hola
Amigo</foreign>, which means 'hello friend'.
</para>
Results in this display:
In Spanish speaking countries you may often hear people say
Hola Amigo, which means 'hello friend'.
src(optional):
A relative or absolute URI indicating the path to the foreign
word's or phrase's source. If using a relative path, the file
must reside within the module (not at the workspace or workgroup
level). If using an absolute path, verify that the file storage
location is stable and will not change.
id(optional): A unique
identifier, whose value must begin with a letter and contain
only letters, numbers, hyphens, underscores, colons, and/or
periods (no spaces).