[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] simple xslt question, retrieved data has no xml tags.


Subject: Re: [xsl] simple xslt question, retrieved data has no xml tags.
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Tue, 24 Jan 2006 11:05:49 +0100

Another note:

> Here's the xslt file
> <xsl:stylesheet version="2.0"

I do not believe that Microsoft has implemented any XSLT 2.0 parsers.

If you are using the XslTransform class of the .NET framework, you are
using .NET's own parser. But anyway, neither of the two parsers
support XSLT 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.

Regards,
Ragulf Pickaxe :-)


Current Thread
Keywords