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

RE: Output is incorrect...


Subject: RE: Output is incorrect...
From: "Peter McEvoy" <peter.mcevoy@xxxxxxxx>
Date: Mon, 2 Oct 2000 09:56:53 +0100

> add
> <xsl:template match="cat"/>
>
> to your stylesheet to kill off all the cats by default and just let
> through the one with the more specific
>
> <xsl:template match="cat[@id=$id]">

Your explanation makes sense to me, but it does not work.  However, the same
logic applied to the "art" elements does work:  the default is to ignore
"art" elements, and they only get selected from within my more complex <cat
... match="cat[@id=$id]"> template.  So I have added the empty rule
<xsl:template match="art"/>
to my stylesheet, and it appears that all is well...

Thanks for taking the time to explain this to me...

Pete


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



Current Thread