ITS WG Collaborative editing page

Follow the conventions for editing this page.

Status: Initial Draft (Req Doc) ie. please focus on technical content, rather than wordsmithing at this stage.

Author: Yves Savourel

Variables

Summary

[R024] Software text often includes placeholders for variables that are inserted at runtime and may have effect on how the text around them should be translated. It should be possible to identify such elements and label them with appropriate information so they can be translated correctly.

Challenges

An example of variable usage can be found in VoiceXML:

... 
<prompt>
 I have <value expr="card_type"/> number <value expr="card_num"/>,
 expiring on <value expr="expiry_date"/>.
 Is this correct?
</prompt>
...

There are a number a challenges that can come along with variables. Some of them are:

its0512ReqVariables (last edited 2005-12-14 14:59:14 by YvesSavourel)