Re: Meta XSL

Subject: Re: Meta XSL
From: James Clark <jjc@xxxxxxxxxx>
Date: Mon, 01 Mar 1999 09:42:00 +0700
Toivo Lainevool wrote:
> 
> I am trying to use XSL to generate an XSL stylesheet.  I call
> this a meta-XSL stylesheet. I thought that since XSL is valid XML,
> this should be possible, but I am having one small
> problem.  If I have a meta-XSL file that looks like this:
> 
> <meta-xsl:stylesheet xmlns:xsl="foo"
>                 xmlns:meta-xsl="http://www.w3.org/TR/WD-xsl";
> result-ns="">
> <meta-xsl:template match='/'>
>    <xsl:stylesheet>
>    <html><body>test</body></html>
>    </xsl:stylesheet>
> </meta-xsl:template>
> </meta-xsl:stylesheet>

Just change the value of the xmlns:xsl attribute to
"quote:http://www.w3.org/TR/WD-xsl";. See 2.7.2.1.

James


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


Current Thread