Just Curious,
I have two XSLT files, One is the main XSL file used for transformation, and the second has templates for a specific nodeset.
Is it possible to run the transformation within another XSL file and get the results for a specific node-set? eg: call the second XSLT in a template function of the first XSLT?