ITS for XForm

Hi,

One of my action items was to work on a default set of rules for Xform.
I'm not sure if I got it right because it seems too simple. But here it is:

<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"
 xmlns:x="http://www.w3.org/2002/xforms">

 <!-- Example of ITS rules for XForm -->
 
 <!-- Translate data category -->
 <its:translateRule selector="//x:value" translate="no"/>
 
  <!-- Element Within Text data category -->
 <its:withinTextRule selector="//x:output" withinText="yes" />
 
</its:rules>

Received on Friday, 13 July 2007 22:28:27 UTC