[Bug 28933] [XT30] Change the default for assertions to be OFF

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28933

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
Note, this change means it is no longer possible to control assertion
enablement in this kind of way:

<xsl:variable name="ASSERTIONS_ON" select="true()" static="true"/>

<xsl:assert test="2=2" use-when="$ASSERTIONS_ON"/>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 9 July 2015 23:11:47 UTC