RE: [xsl] How to use multiple xsl:import

Subject: RE: [xsl] How to use multiple xsl:import
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Wed, 6 Apr 2005 10:57:40 -0500
No, because xsl:apply-imports doesn't have any attribute that would match
the imported filename. That's why the last imported stylesheet was shown
double (see the original post). 

<xsl:call-template name="headerTerra" /> does have a name attribute which
points to the named template in one of the included stylesheets.

Of course, we'll need to be careful using this approach and add mode
functionality to avoid any possible name clash.

Cheers,
<prs/>

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx] 
Sent: Wednesday, April 06, 2005 10:35 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] How to use multiple xsl:import


> Following is the mother template where six includes are called.

although most likely you could use either xsl:import or xsl:include there
they act in the same way as far as calling named templates are concerned,
apart from different resolution rules in the case of a name clash.


david

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The service is powered
by MessageLabs. For more information on a proactive anti-virus service
working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread