>can we use xinclude namespace?

If you want to include a stylesheet inside another stylesheet, you're
better off to use the xsl:include instruction that's specific to XSLT.
If you need to accomplish inclusion of additional XML in your source
tree while running XSLT, you may be able to use document() to achieve
the same goal.
.................David Marston

Reply via email to