Subject: display directories and files using only xsl/xml..
Posted By: eteune Post Date: 1/2/2007 5:53:53 PM
I need to create some xml with xsl that will display the directory structure of virtual directories, look for certain file names and also look for certain text contained within files names. These files would all be either xml or xsl files.
I want to do this to allow developers to browse virtual directories (SQLXML 3.0) in a browser, see the web services available and then I will develop it from there.
thanks for any starting points

Ed

Reply By: mhkay Reply Date: 1/2/2007 6:01:48 PM
This isn't possible unless you write some extension functions to provide access to the information. Your best bet is probably to write some Java or similar code that copies the directory structure to an XML file; if you want to be clever you could write a DOM wrapper over the directory structure so that it looks like XML.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference

Go to topic 54269

Return to index page 76
Return to index page 75
Return to index page 74
Return to index page 73
Return to index page 72
Return to index page 71
Return to index page 70
Return to index page 69
Return to index page 68
Return to index page 67