[Bug 3000] Allowing extensibility in its:documentRules

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3000





------- Comment #8 from ysavourel@translate.com  2006-03-23 13:32 -------

My understanding is the same as Christian. Except that I would allow to add
stuff to <documentRules> as well.

But don't we still have to explicitely allow this in the schema if we want to
be able to validate ITS elements? (at least with XML Schema (using ##any,
##other, etc.), I don't know about RELAX NG)

For an example of extensions, here is one based on the input the Fujixerox
people gave you Felix:

<its:documentRules xmlns:its="http://www.w3.org/2005/11/its"
 xmlns:ext="myITSExtension">
 <its:translateRule its:translate="yes" its:selector="//@p[class='ml']" 
  ext:targetLanguages="en fr de" />
 <ext:MaxLengthRule ext:MaxLength="16"
  ext:Selector="//ledString" />
</its:documentRules>

Received on Thursday, 23 March 2006 13:32:26 UTC