Hi everybody, Can anyone tell me how can I detect changes made within an imported (with <xsl:import> stylesheet file ? My suspicion is that if I cache the Templates object (which I currently do), I may not be able to see that an imported stylesheet has been updated since creating the Templates object corresponding to the "main" transformation. In fact, will Xalan create another hidden Templates object for the imported file or will I have only one Templates which also contains information coming from the imported stylesheet (I suspect this is what happens when <xsl:include> is used instead) ?
Thanks, Liviu
