[Bug 3057] Proposal for grouping rules

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





------- Comment #3 from sebastian.rahtz@oucs.ox.ac.uk  2006-03-29 08:11 -------
Achieveing succinctness of rules by allowing grouping does not seem to me to be
a very high priority. Can't this wait for version 2? the downside of a simple
procedure is that if you say

 <ruleGrp selector="//term">
   <translateRule translate="yes"/>
   <termRule term="yes"/>
 </ruleGrp>

you have to make @selector on <translate> optional, which
weakens the validation. But if that isnt a bother, then the
syntax above would work, and be pretty easy to implement.

Received on Wednesday, 29 March 2006 08:12:07 UTC