Poked around Saxon but it doesn't seem that I can use this parser
without .NET (I currently use ASP classic). Is this true?
-Steve
On 6/23/06, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
> What's strange is while attempting to use variables to
> represent document trees (a function of 2.0), changing the
> version to 2.0 fixed a parse error.
If you specify version="2.0" when running an XSLT 1.0 processor, then it
runs in "forwards compatibility mode": it then doesn't report errors in
constructs unless they are actually executed and fail at run-time. This was
designed to make it easier to write stylesheets that run with multiple
processors implementing different XSLT versions.
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>
--~--
--~------------------------------------------------------------------
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>
--~--