xsl:value-of
Evaluates an expression as a string, and outputs its value to the current result tree.
Category: instruction
Content:
sequence-constructor
Permitted parent elements:
any XSLT element whose content model is
sequence-constructor; any literal result element
Attributes
|
|
Identifes the expression. If this is not specified, the value to be output is
obtained by evaluating the sequence constructor contained within the
|
||||||||||||||||||||||
|
|
The separator defaults to a single space
if the |
||||||||||||||||||||||
|
|
If set to
|
Details
If the select
expression evaluates to a sequence containing more
than one item, the result depends on whether a separator
attribute
is present. If the separator
is absent when running in 1.0 mode,
then only the first item is considered. When running in 2.0 mode, all the items
are output. The separator defaults to a single space if the select
attribute is used, or to a zero-length string if a sequence constructor is
used.