RE: [xsl] Embedded Stylesheets

Subject: RE: [xsl] Embedded Stylesheets
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 26 Sep 2001 12:17:59 +0100
>
> I'm trying to embed my stylesheet in my xml file which is covered
> in the XSLT Recommendation at
> http://www.w3.org/TR/xslt#section-Embedding-Stylesheets.
>
>
>
> --XSL FILE--
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
> <xsl:template match="/">

There's no reason to believe that anything in the XSLT recommendation is
applicable to Microsoft's WD-xsl processor.

In fact, the section of the XSLT recommendation that deals with embedded
stylesheets has a distinctly "optional" feel to it, and I've no idea how
many XSLT processors implement it.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread