16.3 Text Output Method
Text Output Method
The text output method outputs the result tree by
outputting the string-value of every text node in the result tree in
document order without any escaping.
The media-type attribute is applicable for the
text output method. The default value for the
media-type attribute is text/plain.
The encoding attribute identifies the encoding that
the text output method should use to convert sequences of
characters to sequences of bytes. The default is system-dependent. If
the result tree contains a character that cannot be represented in the
encoding that the XSLT processor is using for output, the XSLT
processor should signal an error.
|