[Bug 29237] [xslt 3.0] Bug in CSV package example

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
I have adopted the solution of using a second (private) variable
$csv:validated-quote which is set to the value of $csv:quote provided it is
valid. This seems easier to explain and involves less hackery. It is still
subject to the objection that when an expression is either a known value or an
error, the error checking can be bypassed, but it's probably pretty safe in
practice.

Since this is an example and therefore editorial, I am marking it as resolved.

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

Received on Sunday, 1 November 2015 15:33:33 UTC