[Bug 17502] [XSLT 3.0] Allow use of external serialization parameters file

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

Michael Kay <mike@saxonica.com> changed:

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
Note XQuery uses the name "parameter-document" for this purpose.

Note also xsl:output parameters are static and result-document parameters are
dynamic, so users get a choice.

Action on editor to write up the detailed changes to implement this.

* New attribute parameter-document on xsl:output and xsl:result-document

* Value for xsl:output is a URI, resolved against the stylesheet base URI

* Value for xsl:result-document is an AVT whose effective value is a URI,
resolved against the stylesheet base URI

* Need to define which takes priority:

- parameter-document wins over explicit attribute of result-document which wins
over the named output format

* What about handling of absent/malformed parameter document?

- serialization error if malformed; document ignored if absent.

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

Received on Monday, 11 February 2013 15:43:57 UTC