I have two xsl files; both of them perform different tasks on source xml one after another. Now I need a single xsl file which will actually perform both these tasks in single f
The general solution to the problem is to change the template rules and apply-templates calls in one stylesheet to use mode M1, and those in the other to use mode M2, and then to combine them like this:
But in XSLT 1.0 the second apply-templates will need to be