ZVON > References > XSLT Reference
Go to standard

Element: <value-of>

attributes: select, disable-output-escaping
Standard excerpt:
The xsl:value-of element is instantiated to create a text node in the result tree. The required select attribute is an expression; this expression is evaluated and the resulting object is converted to a string as if by a call to the string function. The string specifies the string-value of the created text node. If the string is empty, no text node will be created. The created text node will be merged with any adjacent text nodes. Examples (xslt:xml): Overview
1:1 4:2 8:2 16:1 17:3 18:4 19:5 20:1 21:6 22:6 31:3 32:3 33:3 40:8 43:2 44:2 45:8 46:2 47:2 48:2 49:2 50:10 51:10 52:2 53:11 54:12 55:12 56:2 57:2 58:8 60:3 61:3 62:2 63:2 64:3 65:3 66:2 67:2 68:2 69:2 70:2 71:2 72:2 74:2 74:14 75:15 76:16 77:2 78:17 79:17 80:18 81:19 82:19 83:18 84:2 85:4 86:2 87:8 88:8 89:8 90:8 91:8 92:8

Interactive xlab: [xsl:value-of]