Including one xsl in another xsl
Hi,
I want to know how to include/import one xsl into another xsl. Here one general xsl contains all general processing works, say, "Generate_Response.xsl". It will be used from other two xsls, say, "Clinic.xsl" and "Hospital.xsl". Here how to call the templates present in the "Generate_Response.xsl" in "Clinic.xsl". Thanks in advance for your help.
|