xsl-list
[Top] [All Lists]

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

2008-10-08 10:21:04
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(_at_)nag(_dot_)co(_dot_)uk> 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

--~------------------------------------------------------------------
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>
--~--