xsl-list
[Top] [All Lists]

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

2006-07-14 07:32:44
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/



--~------------------------------------------------------------------
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>
--~--