Re: xsltproc xalan:write problem
Nick Wellnhofer <[email protected]> Wed, 28 Feb 2018 12:12:48 +0100
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
On 28/02/2018 11:15, Thomas Schraitle wrote:
> I would like to point you to another alternative: the exsl:document[1]
> extension element. It does the same and is also supported by libxslt.
libxslt also supports xsl:document (in the standard XSLT namespace) from XSLT 1.1:
https://www.w3.org/TR/xslt11/#multiple-output
Nick