My question is a very easy one. I just want to know if buying the professional version of Saxon will help with file URI resolution, since the professional version has the EXPath extension.
I'm asking this because no matter how hard I try, (passing command line parameters, using file:///C|/path/to/text.csv
, etc.) Saxon-HE refuses to let my stylesheets load a raw text file using unparsed-text('file:///C:/path/to/text.csv')
, and will only resolve the file if it comes from one of the network drives that are mounted, unparsed-text('file://example.com/Dept/path/to/text.csv')
.
I have to ask this because the Saxon documentation explicitly states that unparsed-text()
is NOT dependant on any custom URI resolver classes being used.