[Bug 29790] [xslt30] Sample stylesheet for xml-to-json conversion uses a reserved namespace

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

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
I have been testing the revised stylesheet and came across a few issues, not
all directly related to the stylesheet itself.

The function entry points to the stylesheet should be declared as streamable
stylesheet functions with streamability="absorbing".

To test streamable use of the stylesheet I wanted to compare the results with
streamed application of fn:xml-to-json() and I found that we had no tests for
this, and it wasn't implemented in Saxon. So I've been developing tests (and an
implementation that passes them) for fn:xml-to-json() and will come back to the
stylesheet when that work is complete.

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

Received on Thursday, 6 October 2016 12:34:30 UTC