select-element and style-rule

Subject: select-element and style-rule
From: "Lisa Pease" <lisap@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 May 1998 13:21:24 -0700
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


Current Thread