I wonder, does xsl:include command supports absolute virtual path? For ex. statement with relative path
<xsl:include href="../example.xsl"/>
works absolutely fine. But when i pass an absolute virtual path
<xsl:include href="/some_folder_inside_root/example.xsl"/>
i get an error message that current file cannot be located. Both paths point to the same file and are correct if i'm using them as href in plain html.