xsl-list
[Top] [All Lists]

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

2006-07-14 02:51:14

I hate the idea of 2 'if's in a language.

depends whether you think xpath is a different language or the same
language. If you don't like two ifs you not going to liek two for loops
either
<xsl:copy-of select="for $x in foo/x return $i"/>
<xsl:for-each select="foo/x">
  <xsl:copy-of select="."/>

David

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