i have a xml file and a related xslt file. I am using msxsl.exe and i need to pass a parameter as a command line argument and use that in my xslt file. how can i do that???
command:
msxsl.exe country.xml sheet.xslt -o country_sheet.html p1="india"
how to retrieve the value india
in my xslt file?