- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Oct 2016 13:27:53 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29951
Bug ID: 29951
Summary: [FO31] fn-transform "saved"
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.1
Assignee: mike@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
I'm a bit concerned by the fn:transform "saved" delivery-format.
I forget the details now, but fn:put never made it into XQ31. Instead it was
left in XQ Update. fn:transform with the "saved" option using a transform
olong the lines of:
<xsl:param name="href" />
<xsl:template match="/">
<xsl:result-document href="$href">
<xsl:copy-of select="."/>
</xsl:result-document>
</xsl:template>
would appear to give fn:put facilities and has all the baggage of a function
with side effects.
If I'm not mistaken, is this wise?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 20 October 2016 13:28:02 UTC