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

Subject: Re: [xsl] How to use multiple xsl:import
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 7 Apr 2005 06:14:48 +1000
What should I say -- just read the spec and a good book on XSLT to
understand what xsl:import and xsl:include are intended for.


Cheers,
Dimitre Novatchev

On Apr 7, 2005 1:57 AM, Pieter Reint Siegers Kort
<pieter.siegers@xxxxxxxxxxx> wrote:
> 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