私の xslt テンプレートは次のようになります。
<xsl:template match="text()">
<xsl:param name="precedingPStyle" select="preceding-sibling::aic:pstyle[position()=1]/@name"/>
</xsl:template>
上記の有効な xslt テンプレートはありますか? このテンプレートをいつどのように呼び出すことができますか? 名前はなく、一致のみがあり、一致にはパラメーターがあります。