Abhijit Junnare wrote: > YES. The output will be pdf. So I dont want to proceed > if I know that it wont work in the future. So I am > asking everyone so that I can think what I should be > doing.
The eventual output is not so much the issue as whether you are trying to pass the code *through* XSLT to the output (i.e. embedding javascript in your html or pdf document), or whether you are trying to use the javascript within the XSLT transformation itself for purposes of outputting (in your case) XSL-FO code. I understand you to be doing the latter, in which case the technique I posted earlier will work *with java*, and you should be able to find a way to do it with javascript as well, at least with some XSLT engines. Certainly it is better to use pure XSLT if you can as that will be more portable. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
