你知道如何在xslt 1.0中只得到"ADH6170"吗
?谢谢。
<h2>
ADH6170
<strong>
Bayan kol saati
</strong>
</h2>
<xsl:template match="h2">
<xsl:value-of select="//text()" />
</xsl:template>