2008/7/1 George Cristian Bina <[EMAIL PROTECTED]>: > Hi Dave, > > Something like below perhaps? > > <attribute name='class'> > <list> > <oneOrMore> > <choice> > > <value type="token">text</value> > <value type="token">spreadsheet</value> > <value type="token">presentation</value> > <value type="token">database</value> > </choice> > </oneOrMore> > </list> > </attribute>
That works. Thanks George.... <test applicable="application" class="database database"/> is also allowed: <oneOrMore (but no more than one of each)> is asking a bit much I guess :-) Appreciated. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk
