Subject: RE: [xsl] directory listing extension From: "Michael Kay" <mike@xxxxxxxxxxxx> Date: Thu, 20 Jul 2006 11:53:47 +0100 |
> Is there an extension that given a directory will return a > list of file paths from recursively traversing the directory, All extensions are processor-dependent. eg: > > index.html > images/logo.gif > > ...or will I need to write my own extension? > You may be able to call the underlying system methods directly: xmlns:File="java:java.io.File" <xsl:variable name="dir" select="File:new($directory)"/> <xsl:variable name="files" select="File:list($dir)"/> <xsl:for-each select="$files">... Michael Kay http://www.saxonica.com/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] directory listing extension, andrew welch | Thread | Re: [xsl] directory listing extensi, andrew welch |
RE: [xsl] Dirty Input, Michael Kay | Date | Re: [xsl] Dirty Input, David Carlisle |
Month |