Hi, I just migrated from Xalan 1.2.2 to Xalan 2.3.1.
I have problems with <xsl:include>. For example, I want to include http://xxx/inc.xsl In Xalan 1.2.2, I just specified <xsl:include href="inc.xsl">. However, in Xalan 2.3.1, I need to specify <xsl:include href="http://xxx/inc.xsl"> I need the base path for the included file to be a variable. Because the absolute path will depend on where the application is going to be deployed. Is there a way for me to do that? I really look forward to receiving your reply. With Regards, Susan _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
