Hello,
My application has to use a stylesheet from a subdirectory of the directory where the application is installed. This path is loaded from the configuration file and the entry is
"./styles/matrix.xsl"
This works fine under windows. But under linux it produces error: failed to load external entity. How can I load a xsl from a subdirectory.
Thanks in advance,
Joseph