|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: using default params?
> <table bgcolor="#ff0000">
> <xsl:attribute name="bgcolor">
> <xsl:if test="@col1"><xsl:value-of select="@col1"/></xsl:if>
> </xsl:attribute>
> <tr><td><xsl:apply-templates/></td></tr>
> <table>
Sorry... that's a flu, I think ...
<table bgcolor="#ff0000">
<xsl:if test="@col1">
<xsl:attribute name="bgcolor"><xsl:value-of select="@col1"/></xsl:attribute>
</xsl:if>
<tr><td><xsl:apply-templates/></td></tr>
<table>
Rgds.Paul.
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








