RE: test if a file exist

2003-06-12 Thread Lucian Opris
I'm using xalan XSL processor and I couldn't find anything for checking the existence of a file on disk. Examples would be great. Any help appreciately Thanks a lot Lucian Opris How can I test if a file exist on disk through xsl? It throws out this message: org.apache.fop.apps.FO

Re: test if a file exist

2003-06-12 Thread J.Pietschmann
Lucian Opris wrote: This is xsl question? Yes. How can I test if a file exist on disk through xsl? You can't, unless you use an extension function. Ask on a list specific to your XSLT processor. J.Pietschmann - To unsubscri

test if a file exist

2003-06-12 Thread Lucian Opris
Hi, This is xsl question? How can I test if a file exist on disk through xsl? It throws out this message: org.apache.fop.apps.FOPException: java.lang.NoSuchMethodException: For extension function, could not find method java.io.File.exists([ExpressionContext,] #STRING). Checked both static and