This is a minimal possible XSLT transformation. It produces the string value of the source XML document. The output format is text.
Source XML document:
<t>Hello, World!</t>
XSLT transformation:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/T...