[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member