[Home] [By Thread] [By Date] [Recent Entries]
> Now I need a way to discover the contents of a directory (files and
> other directorys). So far I have:
You can get a list of all the files in the directory and
subdirectories by doing:
<xsl:for-each select="collection('file:///path/to/dir/?select=*;recurse=yes;on-error=ignore')">
<xsl:value-of select="document-uri(.)"/>
--
Andrew Welch
http://andrewjwelch.com
|

Cart



