setSystemId not recursive for included stylesheets? 2003-02-07 - By "Braumüller, Hans"
Hi Philipp,
i had a similar problem. I solve it, with setting the systemId as the root of my webserver. Then you only need include as an absolute path from there: <xsl:include href="/xsl/util/jsp/xmlui.xsl"/> -------------------^
The other way, after xalan has find the first stylesheet you can include the second one from the location of the first one: <xsl:include href="util/jsp/xmlui.xsl"/>.
I hope this helps,
Hans Braum�ller -- + -- Mail Art Not War http://crosses.net
|
|