xsl-list
[Top] [All Lists]

RE: simple xslt question, retrieved data has no xml tags.

2006-01-24 03:45:26
Here's the xslt file
<xsl:stylesheet version="2.0"

The namespace xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; is
right for version="1.0", so it seems that the parser lets you get away
with it.

Actually, the XSLT 1.0 specification allows you to say version="2.0", and
specifies exactly (well, almost exactly) how an XSLT 1.0 processor should
behave if you do: see the section on "forwards compatible behavior"). It was
a forwards-thinking provision designed to make it easier to write
stylesheets that work on 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>
--~--



<Prev in Thread] Current Thread [Next in Thread>