xsl-list
[Top] [All Lists]

Re: [xsl] Will an <xsl:result-document> with no href attribute override the current stylesheet?

2013-12-15 17:45:57

On 15 Dec 2013, at 23:26, Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com> 
wrote:


The rules of resolving a relative literal-URI when applied in this
case should produce the URI of the current stylesheet -- same as
document('').

Not so, the href attribute of xsl:result-document is resolved relative to the 
"base output URI".

My question is:

Will an <xsl:result-document> instruction with missing or empty href
attribute overwrite the current stylesheet?


If the base output URI is set to be the same as the stylesheet URI, then unless 
you're lucky, it could well do so (just as it might overwrite the source 
document if the output URI and input URI are the same).

Michael Kay
Saxonica
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>