- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 Dec 2016 16:55:20 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29819 --- Comment #4 from Abel Braaksma <abel.braaksma@xs4all.nl> --- (In reply to Michael Kay from comment #3) > and add the Note: the term *core function* therefore excludes user-defined > functions, constructor functions, and extension functions. Why are we excluding constructor functions? I thought at some point we agreed it was an unnecessary restriction. It is rather odd that I can create a static variable like this: <xsl:variable static="true" select="1" as="xs:int" name="x" /> But that I cannot do this: <xsl:variable static="true" select="xs:int(1)" as="xs:int" name="x" /> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 8 December 2016 16:55:28 UTC