Re: [xsl] XSLT 2.0 processor signalling error, for type errors

Subject: Re: [xsl] XSLT 2.0 processor signalling error, for type errors
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Wed, 8 Oct 2008 19:50:37 +0530
Thanks, David for the answer. Now I am more clear about the concepts involved.

I would do some more study over time, and would get back to list with
questions I might have.

On Wed, Oct 8, 2008 at 7:17 PM, David Carlisle <davidc@xxxxxxxxx> wrote:
>
>
>> Does XSLT 2.0 spec define compilation and runtime phases for XSLT?
>
> essentially yes, although as Michael commented the distinction in
> XSLT/XQuery/Xpath is often static/dynamic rather than compile/run
> but it comes to the same thing, more or less.
>
> the use-when feature is an explictly static (compile time) feature.
>
> the other main thing (as in this thread) is error reporting where you see
>
> http://www.w3.org/TR/xslt20/#dt-static-error
> [Definition: An error that is detected by examining a stylesheet  before
> execution starts
>
> http://www.w3.org/TR/xslt20/#dt-dynamic-error
> [Definition: An error that is not detected until a source document is
> being transformed
>
>
> David



-- 
Regards,
Mukul Gandhi

Current Thread