[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Grouping problem
Subject: RE: [xsl] Grouping problem
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Dec 2007 16:50:29 -0000
|
> But what about xslt-defined functions that have side effects?
>
> <xsl:function name="my:f">
> <xsl:param name="x">
> <xsl:result-document...
> <xsl;apply-templates ...
>
The spec disallows use of xsl:result-document while evaluating a function or
a variable.
Michael Kay
http://www.saxonica.com/
|