Re: [xsl] file exists?

Subject: Re: [xsl] file exists?
From: Mukul Gandhi <mukulw3@xxxxxxxxx>
Date: Fri, 4 Jul 2003 21:28:17 -0700 (PDT)
you will need to use extension functions to check for
existence of file.. the details will vary depending on
XSLT processor you use. you may even create a XML file
containing the lists of files, and use the document()
function to check for a valid reference.

Regards,
Mukul

--- Martin Klaffenboeck <martin.klaffenboeck@xxxxxx>
wrote:
> Hello,
> 
> Is there something available for xsl like:
> 
> <xsl:if test="file_exists('path')">
> 
> ??
> 
> Thanks,
> Martin
> 
> PS.  A workarround would be to set up a script
> before xsl and test it 
> there and set some xml nodes which contain
> information about if file do 
> exist or not.
> 
> -- 
> If you've got an idea and need help,
> or just need general encouragement,
> write me a message. ;-)
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread