|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: directory listing extension
> 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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








