xsl-list
[Top] [All Lists]

Re: mixed content nodes question

2005-01-07 12:22:08
On Jan 7, 2005, at 2:17 PM, António Mota wrote:

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 have to change your mind from the "for...loop" paradigm to the
template paradigm, that's not easy at first but when you do all things
came in place...

I finally started realizing this yesterday and was like, "oh...it's kinda supposed to be like a crazy-syntaxed version of Scheme..." and had to throw away everything I was doing. Makes a lot more sense than being like: match "/", do this, do this, do this. When I was doing it that way, I was like "why would anyone use this?" Too much time away from FP.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--