xsl-list
[Top] [All Lists]

Re: [xsl] When to use conditional constructions?

2014-03-31 11:59:08


<xsl:template
match="section[user:isNormalSection(.)]">...</xsl:template>

and so on seems heavy and expensive compared to effectively a macro
language for predicates

I can't see why. I think you'll have trouble coming up with a macro syntax 
that's as readable and concise; and there's no reason to assume that function 
calls are expensive (a decent processor should be able to expand the function 
call inline if it's simple enough to make that worth doing).

But of course XML has a macro notation as well, called entity references, and 
I've seen that used to good effect in XSLT.

Michael Kay
Saxoinca
--~------------------------------------------------------------------
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>
--~--