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

XSL初级有关问题:并集如何写

2012-02-24 
XSL初级问题:并集怎么写比如 X0并且 x5怎么连[解决办法]http://msdn.microsoft.com/zh-cn/library/ms256

XSL初级问题:并集怎么写
比如 X>0并且 x>5 怎么连

[解决办法]
http://msdn.microsoft.com/zh-cn/library/ms256081%28VS.80%29.aspx

test="X >0 and x >5"
[解决办法]

XML code
<xsl:if test="X gt; 0 and X lt; 5">        </xsl:if> 

热点排行