looking for best practices in preserving typed variables in XML

The SISR semantic interpretation specification [1] provides a mapping from
ECMAScript objects to XML [2], for example, for representing semantic
interpretation results in EMMA [3]. Sometimes there are typed variables in
the SISR output. We'd like to find out what people typically do to preserve
variable typing when mapping to XML. The MMIWG was thinking that we would
just add a "type" attribute to the appropriate XML tag(s), but we were
wondering if there's an existing best practice.

[1] http://www.w3.org/TR/semantic-interpretation/
[2] http://www.w3.org/TR/semantic-interpretation/#SI7
[3] http://www.w3.org/TR/emma/

Received on Friday, 15 June 2012 13:17:58 UTC