I'm having trouble with php's sablotron extension when trying to include another xsl file:
<xsl:include href="file://adm_menu.xsl" />
Sablotron looks for the include file not relative to the calling xsl file, but rather ir Apache program folder.
If I DO specifie the whole path to the include file it works just fine. (but naturally having the whole path is unacceptable)
I've tried to use php 4.0.5's newly introduced function xslt_set_base() which supposedly should set the base directory to look for relative includes. Although with no success. Just like setting base parameter in xslt_process() does not help, either.
All xslt_process(), xslt_transform() and xslt_run() produce same error.
Same thing happens on both Win32 and linux versions.
Any suggestions would be very very appreciated.
Thanks!
Martynas