Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
I have to merge two xslts into one. One is for windows and the other oneis for mac. I want to use same xslt for both. how do i do that?Here are the links to xsltshttp://www.geocities.com/nrane26/cc_noridcs_mac.txthttp://www.geocities.com/nrane26/cc_noridcs_win.txtxslts are exactly same.But there are differences at line 17, 40, 57, 90. please help…Thanks,Nayana
Hiwhen invoking an XSLT processor on the command line, you can usually passparameter values - e.g. for SAXON 6.3:Usage: java com.icl.saxon.StyleSheet [options] source-doc style-doc {param=value}…Best regardsUli
Hi UliI am not using java …I just want to reduce no of xslts in my moduleand i don’t know how to merge these differences…please help…it’s very urgent…thanks for ur help…nayana