RE: [xsl] mixed content nodes question

Subject: RE: [xsl] mixed content nodes question
From: "Mark Lundquist" <ml@xxxxxxxxxxxxxx>
Date: Fri, 7 Jan 2005 11:32:59 -0800
> From: Antonio Mota [mailto:amsmota@xxxxxxxxx]
>
> Or to one who doesn't like if's
>
>         <xsl:template match="dictionary[lookup = '3']>Foo<xsl:/template>
>         <xsl:template match="dictionary[lookup = '4']>Foo<xsl:/template>

You mean, "@lookup = '3'" :-).

Anyway, here IMHO it's better to _factor_ the match on the <dictionary> node
out into an outer template, then you have a bunch of ifs that only have to
know about the @lookup.  Easier on the eyes, and maybe looselier(?)-coupled
:-) to the document structure...

Cheers,
Mark

Current Thread