Re: [xsl] Select all Instances

Subject: Re: [xsl] Select all Instances
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Fri, 07 Feb 2003 18:52:58 +0200
beatrizlangiano wrote:
How can I do to process all the instances of an element?
The problem is that element appears in "anyplace" of my XMI file (it doesn't is child of only one element).

That's quite simple. Just have a template for the element and don't forget in every other templates to call <xsl:apply-templates/> to process any posible children nodes.


--
Oleg Tkachenko
Multiconn Technologies, Israel


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



Current Thread