This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Template priority



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]