Re: [xsl] Breaking paragraphs one linebreaks

Subject: Re: [xsl] Breaking paragraphs one linebreaks
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 May 2019 05:17:13 -0000
Am 14.05.2019 um 02:47 schrieb Manuel Souto Pico terminolator@xxxxxxxxx:

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

B B B  <xsl:template match="/">
B B B B B B B B B B B  <xsl:apply-templates/>
B B B  </xsl:template>

you should get it work with xsltfiddle.

Current Thread