[xsl] Looking for a shorter mapping expression

Subject: [xsl] Looking for a shorter mapping expression
From: Dimtre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 5 Dec 2004 18:53:57 +1100
Hi,

Could someone, please, suggest a more compact expression, equivalent
to the value of the "select" attribute below:

      <xsl:sequence select=
       "for $this in $pList1 return
          f:apply($pFun, $this)"
      />

It seems to me that this is illegal:

     $pList1/ f:apply($pFun, .)

because $pList1 in general may contain atomic items (not nodes).


Cheers,
Dimitre.

Current Thread