|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xsl:attribute -- is this doing what I hope?
I have a <step> element with a "timer" attribute. If the @timer = yes, I want to create 2 additional attributes for the <step>. Please tell me where I'm going wrong...again. Thanks...again. Kathy <xsl:template match="@timer"> <xsl:if test=".='yes'"> <xsl:attribute name="Start"></xsl:attribute> <input type="button" value="Start"></input> <xsl:attribute name="Finish"></xsl:attribute> <input type="button" value="Finish"></input> </xsl:if> </xsl:template> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








