[Xsltforms-support] Attribute Value Template (AVT)
Brought to you by:
alain-couthures
From: Jesper T. <je...@tv...> - 2009-12-29 12:56:23
|
Any news about support of AVT, Attribute Value Templates? I really need a way to make alternating colors in Select1 radio controls and in XHTML table output when using xf:itemset or xf:repeat. Any suggestions of what to do at the moment, for such an indispensable basic feature? Is my clumsy CSS solution, below, really the only way? xf|item {background-color:green} xf|item + xf|item {background-color:red} xf|item + xf|item + xf|item {background-color:green} xf|item + xf|item + xf|item + xf|item {background-color:red} xf|item + xf|item + xf|item + xf|item + xf|item {background-color:green} etc. Cheers Jesper Tverskov -- Jesper Tverskov http://www.xmlkurser.dk http://www.xmlplease.com |