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)"/>