[Bug 28507] [XSLT 3.0] (editorial) Fix Examples in the specification

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

--- Comment #1 from Innovimax <innovimax+w3c@gmail.com> ---
== 7 ==

In 9.6 Static Variables and Parameters

     <xsl:param name="DEBUG" static="yes" select="true()"/>
     <xsl:variable name="tracing" static="no" public="yes" select="$DEBUG"/>

replace public="yes" by visibility="public"

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

Received on Friday, 17 April 2015 22:37:34 UTC