Re: [xsl] Tutorial for collection()

Subject: Re: [xsl] Tutorial for collection()
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Thu, 17 May 2007 17:31:20 +0200
You dont need the xpath for construct "for $x in ... return $x":

<xsl:for-each select="for $x in
collection('file:///c:/someDir/?select=*.*') return $x">

as it's equivalent to:

<xsl:for-each select="collection('file:///c:/someDir/?select=*.*')">

Thanks. They have been deleted, and I have added a footnote to your article.


Cheers,

Jesper Tverskov
http://www.xmlplease.com/xslt

Current Thread