Basically I want to have one xslt to become my 'base' xslt and want to link this into child xslt files.
Is this possible?
The aim is to reduce code duplication.
We will have many child xslt files for the various customers all with their own formatting and additional text etc and don't want to repeat the base code for each client xslt.
I know we can format based on the type of customer but this will make the xslt cluttered. Would ideally just like customer related code for each customer.
Is this not the way to do xslt?? I am new to xslt!
Cheers
Paul