Subject: RE: simple xslt question, retrieved data has no xml tags.
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 24 Jan 2006 10:45:26 -0000
|
> > 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/
|