xsl-list
[Top] [All Lists]

Re: How to use multiple xsl:import

2005-04-06 13:14:48
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(_dot_)siegers(_at_)elnorte(_dot_)com> 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(_at_)nag(_dot_)co(_dot_)uk]
Sent: Wednesday, April 06, 2005 10:35 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>