import xslt
Hi
Is it possible?
I have an xslt file (say data.xslt) which is transforming data of an xml (say doc.xml).Now I am importing this data.xslt in another xslt(say start.xslt)which is transforming data of another xml(say simple.xml).Now can I call the template in the data.xslt to the start.xslt ?
|