[Bug 28888] [xslt 3.0] xsl:on-empty with xsl:value-of

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
Another workaround is:

<a>
  <xsl:sequence select="data(@href)"/>
  <xsl:on-empty select="'(no link)'"/>
</a>

Perhaps we just need to give all users a brain transplant...

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

Received on Friday, 3 July 2015 10:01:32 UTC