Re: Java script with xsl in FOP ?

2003-09-12 Thread Abhijit Junnare
Dear Clay, Thanks for your help. The XSLT references you gave are really nice and I am sure that I can make things work now. Really appreciate your help. Regrds, Abhi --- Clay Leeds <[EMAIL PROTECTED]> wrote: > Abhijit Junnare wrote: > > Dear Clay, > > Thanks much. May be you could help me since

RE: Java script with xsl in FOP ?

2003-09-12 Thread Victor Mote
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* XS

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
a few more nested statements for the alignment types. > -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 10:47 AM > To: [EMAIL PROTECTED] > Subject: RE: Java script with xsl in FOP ? > > > Nope. I didnt wri

RE: Java script with xsl in FOP ?

2003-09-12 Thread Abhijit Junnare
actual JavaScript do you? I find > code usually works better than prose. > > > -Original Message- > > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 12, 2003 10:33 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Java scri

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
You don't have the actual JavaScript do you? I find code usually works better than prose. > -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 10:33 AM > To: [EMAIL PROTECTED] > Subject: RE: Java sc

RE: Java script with xsl in FOP ?

2003-09-12 Thread Abhijit Junnare
tionality > 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 &g

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
; 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 > > --- &q

RE: Java script with xsl in FOP ?

2003-09-12 Thread Abhijit Junnare
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

Re: Java script with xsl in FOP ?

2003-09-12 Thread Clay Leeds
Abhijit Junnare wrote: Dear Clay, Thanks much. May be you could help me since you have done some calculations. Let me know if you think its feasible or not. I have some xml element called "Name". I want to check the length of the "Name" element. If the string length for this is for example 10. I wa

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
gt; -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: > > > > &

RE: Java script with xsl in FOP ?

2003-09-12 Thread Abhijit Junnare
(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: J

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
> 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 calc

RE: Java script with xsl in FOP ?

2003-09-12 Thread Victor Mote
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 s

RE: Java script with xsl in FOP ?

2003-09-12 Thread Savino, Matt C
thing through to the HTML. Good luck. -Matt > -Original Message- > From: Clay Leeds [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 10:05 AM > To: [EMAIL PROTECTED] > Subject: Re: Java script with xsl in FOP ? > > > Abhi, > > Abhijit Junnare

Re: Java script with xsl in FOP ?

2003-09-12 Thread Clay Leeds
Abhi, 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