In my assignment, I have to import many XSLT in a single xslt.
For example,
<Globalxslt>
<call XSLT1/>
<call XSLT2/>
<call XSLT3/>
<call XSLT4/>
</Globalxslt>
I tried using <xsl:import href=”URI”/>
and <xsl:include href=”URI”/>
but I can import one of the xslt only and could not import the rest of the xslt.