Subject:how to edit a xsl file, so that it loads different templates, based on some checking? Author:Abhishek Simon Date:13 May 2011 03:51 AM Originally Posted: 13 May 2011 03:31 AM
I have two xsl file each for different type of machines
1. for various unix flavour machines
2. for various windows machines
I want to load another xsl based on checking the osname from these xsl
eg: if osname="Windows" then load windows.xsl else load nix.xsl
So in order to do that there should be another xsl that does the checking. So now how can I load these windows and nix xsl's based on osname checking?
for more detail I am giving xml for win and nix machines