Hello,
We are using WebPublisher 6.5 and we are making templates with xsl, we need include from an xsl file another xsl file and we have problems with the path setted in xsl:include tag.
Which is the folder where Documentum store the xsl files? Is possible set a docbase's relative path in the xsl:include tag or is neccesary an URL from the server side?
This is our code: <xsl:include href="../interface/pr_head.xsl"/>
Thank you very much.