如何在XSLT 1.0中拆分节点值?
<mark>1,2</mark>
我需要在for循环中使用split的输出的每个值执行一些操作.
<xsl:for-each select=""> </xsl:for-each>
这该怎么做?
xml xslt
xml ×1
xslt ×1