Re: apply-templates select question

Subject: Re: apply-templates select question
From: "James Tauber" <jtauber@xxxxxxxxxxx>
Date: Wed, 16 Jun 1999 00:25:27 +0800
> My question is, can I create an apply-templates that will copy everything
> EXCEPT the "ID" attributes?  So instead of 

Just have a template that matches the IDs but doesn't do anything:

<xsl:template match="Features/ID" />

and give the general copy template a lower priority.

James Tauber


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


Current Thread