Remark : concat
1 2 3 4 5 6 |
<xsl:value-of select="concat('length: ',string-length(.))" /> => length:20 |
Remark : concat
1 2 3 4 5 6 |
<xsl:value-of select="concat('length: ',string-length(.))" /> => length:20 |
Copyright © 2024 | WordPress Theme by MH Themes