Hi all,I need to implement a validator in which one of its rules must check the existence of external documents. In case that an external document does not exist, a message should be created and the validation should continue. I couldn't find a way to make the XSLT engine continue after a FileNotFoundException has been thrown :-(
Is it possible to recover from a call to the document() function which has failed?
Adrian.