Re: [xsl] Select all Instances

Subject: Re: [xsl] Select all Instances
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Fri, 07 Feb 2003 20:00:01 +0200
beatrizlangiano wrote:
Is the second option: I want remove all the instances of one element, so I need find all of them.

<xsl:template= ? elementname>
</xsl:template>

That's right.


<xsl:template match="elementname"/>

--
Oleg Tkachenko
Multiconn Technologies, Israel


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



Current Thread