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
This XSLT:
Applied to this well-formed XML:
#+# abc #+# #+# bz1 az2 #+# #+#OLOLO
Produces this result:
abc bz1 az2 OLOLO