Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是偶然发现了这个 xpath 函数(?),我认为它的功能类似于 node()等。但是,我似乎根本找不到任何文档。
例子
<xsl:apply-templates select="./element()"/>
我使用最新版本的撒克逊处理器。
正如其他人所说,它记录在 XPath 规范中。它是在 XPath 2.0 中引入的。在轴步和模式中,它(几乎总是)等价于*,但它也可以用作项目类型,例如
*
<xsl:if test="$param instance of element()"> <xsl:function name="f:parent" as="element()?">