Re: [xml-dev] Hello XQuery ... Goodbye XSLT?

From
Jonathan Robie <>
To
Rick Marshall <>
Date
2004-11-11T14:55:20Z
ID
<>
Thread
Re: [xml-dev] Hello XQuery ... Goodbye XSLT?
Both XQuery and XSLT are non-procedural. To the extent that this is a 
well-defined term, which it isn't.

Jonathan

Rick Marshall wrote:
> the trick with xslt is that it's a specification of what to do, not an 
> instruction to do something. ie it is truly non-procedural.
> 
> the paradigm shift is from programming (giving a clear step by step set 
> of instructions) to specifying (if you have an x then do y). this is 
> subtle but critical.