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

Subject: Re: [xsl] A beef with XSLT Sometimes too complicated
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 14 Jul 2006 15:14:19 -0400
At 11:54 AM 7/14/2006, you wrote:

>  one example where I cannot use XPath only is
> when I need to define a variable as a sequence:

yes it's a bit odd really that the let clause of FLWOR didn't survive
into XPath's For expression.

for $i in (for $j in $someSeq return some($j)) return ...?


But I'm really not even sure I follow what you math-heads are getting at -- only that you'll explain it. :->

Cheers,
Wendell

Current Thread