如何在 xslt 1.0 中获取第一个字段,即任何子值



你知道如何在xslt 1.0中只得到"ADH6170"吗

谢谢。

<h2>
    ADH6170
    <strong>
        Bayan kol saati
    </strong>
</h2>
<xsl:template match="h2">
  <xsl:value-of select="//text()" />
</xsl:template>

相关内容

  • 没有找到相关文章

最新更新