Subject: Re: Template priority
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 21 Dec 2000 09:59:23 GMT
|
> I override the built-in templates. But when I do this, my included
> templates from util-html.xsl never match.
you missed out all the important information: How did you override the
templates.
Your templates probably still match but matching templates don't do
anything unless they are applied by an apply-templates
For example if you have a template such as
<xsl:template match="/">
</xsl:template>
then it doesn't matter what other templates you have, or what they
match, you will get no output from any input document.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|