RE: [xsl] A beef with XSLT Sometimes too complicated

Subject: RE: [xsl] A beef with XSLT Sometimes too complicated
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 14 Jul 2006 15:32:00 +0100
> The following XPath 1.0 expression generates one out of two 
> given strings depending on a condition:
> 
> concat(
> substring(Str1,1 div Cond),
> substring(Str2,1 div not(Cond))
>        )
> 
> Truly great madness cannot be achieved without significant 
> intelligence.

For once, I think the quote under your signature is entirely appropriate to
the content.

Michael Kay
http://www.saxonica.com/

Current Thread