Re: [xsl] imbedding xsl stylesheet within xml doc ???

Subject: Re: [xsl] imbedding xsl stylesheet within xml doc ???
From: "cking" <cking@xxxxxxxxxx>
Date: Fri, 3 Sep 2004 00:01:06 +0200
> How do you write the template rule to ignore 
> the "xsl:stylesheet element" ??? 

with an empty template:
<xsl:template match="xsl:stylesheet"/>

Anton Triest

Current Thread