Hello all, I am trying to use xsd:include in my stylesheet like this: <xsl:include href="common.xsd"/>.
Xalan is resolving 'common.xsd' from the location where the jvm is started and not relative to the location of the stylesheet that loads it. I thought that I could fix this by provide a UriResolver. It is not invoked. I there some way configure the stylesheet parser to control this behavior? Best regards Johan Erlands