阅读背景:

使用参数作为xsl:for-each的选择

来源:互联网 

I've got the following ...

我有以下......

<xsl:stylesheet version="1.0"
                xmlns:xsl="https://www.w3.org/1999/XSL/Transform"
                (etc.) >
    <xsl:param name="Query"/>
    <xsl:output method="xml" indent="yes"/>

    <xsl:template match="/">
        <r:results>
            <xsl:for-each select="$Query">
                (etc.)
            </xsl:for-each>
        </r:results>
    </xsl:template>

</xsl:stylesheet>
<xsl:



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: