[xsl] Import precedence with imported names templates

Subject: [xsl] Import precedence with imported names templates
From: Justin Makeig <lists@xxxxxxxxxx>
Date: Thu, 30 Oct 2003 16:13:09 -0800
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


Current Thread