How do I check for the existence of an external file with XSL?

前端 未结 10 777
忘掉有多难
忘掉有多难 2020-12-16 15:23

I\'ve found a lot of examples that reference Java and C for this, but how do I, or can I, check for the existence of an external file with XSL.

First, I realize that

10条回答
  •  死守一世寂寞
    2020-12-16 15:42

    In case someone else needs it and is using fop, I would like to share this answer since it worked for me like a charm.

    I've found a solution:

    
        
    
    

    and it works independently of XSLT 1.0 or 2.0

提交回复
热议问题