xsl中使用value-of直接取值
比如在<h2></h2>之间要显示标题,可以使用value-of标签显示:
<h2><xsl:value-of select="ROOT/ALOOP/*/LOOP/*/MCRECORD[position() = 2]/ILOOP/MC/TR/TD/M[......]
比如在<h2></h2>之间要显示标题,可以使用value-of标签显示:
<h2><xsl:value-of select="ROOT/ALOOP/*/LOOP/*/MCRECORD[position() = 2]/ILOOP/MC/TR/TD/M[......]