[Bug 29939] [FO31] fn:transform stylesheet-base-uri options

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

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
I propose replacing the existing text

The static base URI of the principal stylesheet module. Defaults to the value
of stylesheet-location or the base URI of stylesheet-node if available;
otherwise absent (which may cause failures, for example if an xsl:include or
xsl:import is present with a relative URI). If the value is a relative
reference, it is resolved against the static base URI of the fn:transform
function call.

by

A string intended to be used as the static base URI of the principal stylesheet
module. This value must be used if no other static base URI is available. If
the supplied stylesheet already has a base URI (which will generally be the
case if the stylesheet is supplied using <code>stylesheet-node</code> or
<code>stylesheet-location</code>) it is implementation-defined whether this
parameter has any effect. If the value is a relative reference, it is resolved
against the static base URI of the fn:transform function call.

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

Received on Wednesday, 19 October 2016 14:33:35 UTC