xsl-list
[Top] [All Lists]

Import precedence with imported names templates

2003-10-30 17:13:09
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



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