|
Subject:
|
xsl:include within include
|
|
Posted By:
|
chuck123ie
|
Post Date:
|
1/5/2006 9:18:04 AM
|
I am trying to make a base template file that allow the body to be included. In the body include file I need to include other files that have templates that relate to that body file. I get the include working just fine. However, when I try to put include files in the body file it does not work. What is wrong with including files within include files?
(if you need a better explanation please tell me)
|
|
Reply By:
|
mhkay
|
Reply Date:
|
1/5/2006 10:07:47 AM
|
There's nothing wrong with using xsl:include within a stylesheet module that is itself included.
Can't see what's going wrong unless you give us some detail.
Michael Kay http://www.saxonica.com/ Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
|