Am 14.05.2019 um 02:47 schrieb Manuel Souto Pico
terminolator(_at_)gmail(_dot_)com:
I get: Stylesheet compilation failed with 1 error(s):
Error 1 at line 27:48 : xsl:result-document is disabled when extension
functions are disabled
https://xsltfiddle.liberty-development.net/ej9EGcD/10
That is a limitation of the tool, not a limitation of Terry's code, if
you change the one template he had using "xsl:result-document" to
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
you should get it work with xsltfiddle.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--