[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Import precedence with imported names templates


Subject: Re: [xsl] Import precedence with imported names templates
From: Justin Makeig <lists@xxxxxxxxxx>
Date: Thu, 30 Oct 2003 16:35:33 -0800

Ooops. This was, in fact, working all along. I was looking at the wrong
page. Thanks anyway.

- Justin


On 10/30/03 4:13 PM, "Justin Makeig" <lists@xxxxxxxxxx> wrote:

> I've got a stylesheet, secondarynavigation.xsl, that declares two named
> templates: SecondaryNavList and ListItemsByType. SecondaryNavList calls
> ListItemsByType.
> 
> I import secondarynavigation.xsl into another stylesheet, newsitem.xsl. I
> would like to override the ListItemsByType template. However, when I declare
> a ListItemsByType template in newsitem.xsl, it is never executed; instead
> the ListItemsByType template from secondarynavigation.xsl is used as if
> newsitem.xsl had not declared its own ListItemsByType.
> 
> Is it possible to override named templates that are called from within an
> imported template that is not overridden?
> 
> I'm using Xalan from within Cocoon 2.1.1.
> 
> Any help would be much appreciated.
> 
> Thanks,
> 
> Justin Makeig
> 
> --
> Product Manager
> Center for Document Engineering
> http://cde.berkeley.edu/
> University of California, Berkeley
> 
> 
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 
> 


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



Current Thread