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.
ハードコードされた数値の代わりに関数にa を渡そうとしていますxsl:value-ofが、 format-number機能させることができません。これは可能ですか?もしそうなら、誰かが私を正しい方向に向けることができますか?
xsl:value-of
format-number
<Value> <xsl:value-of select='format-number(<xsl:value-of select="number"/>, "#.00")'/> </Value>