Can you paste the entire JavaScript functionality you are trying to emulate with XSLT, or is it too much? X-PATH is tricky, but you can do a lot with it.
> -----Original Message----- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 10:25 AM > To: [EMAIL PROTECTED] > Subject: RE: Java script with xsl in FOP ? > > > 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. > Abhi > > --- "Savino, Matt C" > <[EMAIL PROTECTED]> wrote: > > Duh, I forgot this was the FOP board. Is this output > > going to PDF? I think PDF can also do some form of > > JavaScript processing but I've never tried. > > > > > -----Original Message----- > > > From: Savino, Matt C > > > Sent: Friday, September 12, 2003 10:16 AM > > > To: [EMAIL PROTECTED] > > > Subject: RE: Java script with xsl in FOP ? > > > > > > > > > As long as the calculations get done somewhere, > > either by the > > > XLST processor or the browser, the end result > > should be the > > > same correct? (Unless some other XSLT process is > > dependent on > > > the outcome of these calcs.) > > > > > > > -----Original Message----- > > > > From: Victor Mote [mailto:[EMAIL PROTECTED] > > > > Sent: Friday, September 12, 2003 10:11 AM > > > > To: [EMAIL PROTECTED] > > > > Subject: RE: Java script with xsl in FOP ? > > > > > > > > > > > > Abhijit Junnare wrote: > > > > > > > > > Is it possible to use javascript inside the > > XSL that > > > > > will be used with FOP. > > > > > I need to do some calculations and so I need > > this. Is > > > > > there any other way to do some basic math or > > some > > > > > string manipulation? I know the string > > functions in > > > > > xsl but I am afraid they wont solve my > > problem. > > > > > Any help if appreciated. > > > > > > > > (This is really an XSLT question.) I haven't > > ever done it > > > > with javascript, > > > > but I understand that it can be done. See the > > bottom of: > > > > > > http://groups.yahoo.com/group/XSL-FO/message/3857 > > > > where a method for using java in XSLT (to get > > today's date) > > > > is demonstrated. > > > > Note also that this must be dependent on your > > XSLT engine, so > > > > check its docs > > > > or mailing lists for more specific information. > > > > > > > > Victor Mote > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
