Does the MSXML processor support the combination of select-element and
style-rule elements?
Here's the problem. I'm doing a list of Derby winners, and want to format
triple crown winners in red. The page comes out fine except that my style
rule indicating red for wherever the "tc" attribute is "yes" is ignored.
Here's the XSL information:
[...]
<style-rule>
<target-element type="HORSE">
<attribute name="tc" value="yes"/>
</target-element>
<apply color="red"/>
</style-rule>
[...]
<TR><TD>Horse: </TD><TD color="black" font-style="italic">
<select-elements>
<target-element type="HORSE"/>
</select-elements>
</TD></TR>
[....]
Please help?? Thanks!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|