xsl-list
[Top] [All Lists]

RE: [xsl] Identity transformation for XSLT 2.0

2007-12-17 02:44:09
Considering that Microsoft often walks an extra mile to make 
things easier for users, it is also my guess that Microsoft 
will allow the
collection() function to read files saved by same stylesheet, 
just like SAXON and AltovaXML have chosen to do.

Actually, Saxon only allows that because I haven't yet written the code to
prevent it. Generally the rules and intent of the spec are designed to
prevent a stylesheet reading something that it has written "earlier",
because that makes the stylesheet dependent on order of execution.

Michael Kay
http://www.saxonica.com/


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