I have to merge two xslts into one. One is for windows and the other one
is for mac. I want to use same xslt for both. how do i do that?
Here are the links to xslts
http://www.geocities.com/nrane26/cc_noridcs_mac.txt
http://www.geocities.com/nrane26/cc_noridcs_win.txt
xslts are exactly same.
But there are differences at line 17, 40, 57, 90. please help…
Thanks,
Nayana
Hi
when invoking an XSLT processor on the command line, you can usually pass
parameter values - e.g. for SAXON 6.3:
Usage: java com.icl.saxon.StyleSheet [options] source-doc style-doc {param=value}…
Best regards
Uli
Hi Uli
I am not using java …
I just want to reduce no of xslts in my module
and i don’t know how to merge these differences…
please help…it’s very urgent…
thanks for ur help…
nayana