DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18618>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18618 in XSLT func document(file) fatal error if file not exist [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2003-04-02 18:24 ------- in XSLT func document(file) fatal error & processing break! if file not exist Example: xsl: <choose><when test='something'>do it</when> <when test='document(not exist file)/node()'>do it</when> <otherwise>do it</otherwise> </choose> in this exmp. <otherwise> will not execute! translating break and finished.. NOTE: when 'not exist file' is read from FlashDrive then Ok - <otherwise> is executed but when use IDE (all fs) fatal error and translating break!