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.
我尝试了下面的表达式,但收到了解析错误:
错误:“非静态 Java 函数 'boolean' 的第一个参数不是有效的对象引用。”
<xsl:variable name="elemVal"> <xsl:value-of select="."/> </xsl:variable> <xsl:variable name="boolVal" as="xs:boolean" select="xs:boolean($elemVal)"/>