标签: xslt xpath
仅在文档节点上可以使用XPath是否正确?
我有一个XSLT,我要执行以下操作:
<xsl:variable name="parameters" select="doc('document.xml')//element"/> <xsl:variable name="file" select="$parameters/file/@file"/>
但它什么也没选择。