I have an xml file which contains the name of another xml file:
within my stylesheet, I detect @href and open the document via the document() function
document(@href)
should call my URIResolver.resolve(fname,base) with base ...
I have searched for quite a while and didn't find concrete answers to my simple question:
Which approach is faster or is the compiler "smart" enough so that both variants are the ...