首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

xsl中if判断如何用阿

2012-02-09 
xsl中if判断怎么用阿能不能给各例子阿大家请帮忙啊[解决办法]是choose when otherwise这些标签没有if的xs

xsl中if判断怎么用阿
能不能给各例子阿   大家   请帮忙啊

[解决办法]
是choose when otherwise这些标签
没有if的
<xsl:choose>
<xsl:when test= "quantity[@error= 'true '] ">
<td bgcolor= "#ffffff "> <img height= "1 " width= "1 " src= "http://img.sparks.com/images/i-catalog/sparks_images/sparks_ui/clearpixel.gif "/> </td>
<td valign= "top " bgcolor= "#ffffff " colspan= "2 "> <font face= "verdana, arial " size= "1 " color= "#cc3300 "> <b> *not enough in stock. your quantity was adjusted accordingly. </b> </font> </td>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>


热点排行