RE: printing page numbers

2005-02-16 Thread JBryant
Move the text-align property to the fo:block element (and you can then remove the inline wrapper, since text-align is its only attribute). Jay Bryant Bryant Communication Services (presently consulting at Synergistic Solution Technologies) "Jaysheel Bhavsar" <[EMAIL PROTECTED]> 02/16/2005 02

RE: printing page numbers

2005-02-16 Thread Manoj_Nair
Try adding spaces before the "Page x of y" by using Page of Let me know Manoj "Jaysheel

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
No that didn't work either, any other ideas? Jaysheel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:00 PM To: [EMAIL PROTECTED] Subject: RE: printing page numbers Try out "display-align" ... "Ja

RE: printing page numbers

2005-02-16 Thread Manoj_Nair
Try out "display-align" ... "Jaysheel

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
Hi, Here is part of my xsl sheet it is working fine, I get it to display page 1 of x. Now the problem I am running into is I cannot align my text for some reason. I have tried "end" and "right" but my text "page 1 of x" always stays on the left. Is there something I am missing. Is this because i

Getting huge no of errors

2005-02-16 Thread Manisha Sathe
Till now i was trying fop through command line. I was passing xml and xsl file and getting pdf file. So far so good. Now i changed it to servlet. Using example servlet provided but i am getting huge number of errors. (although i am getting the o/p)   -     TraxInputHandler

Re: [OT] XSLT question

2005-02-16 Thread Manisha Sathe
Yes, i subscribe it but whenever i am posting any query it's giving me failure notice. i am posting it here  incase anybody knows:   I am using xml / xsl to create pdf. I want to do page break at the end of tag. What i am doing is          ..display of other info.        Do you Y

Re: XSLT Forum

2005-02-16 Thread Glen Mazza
The Mulberry XSLT mailing list...google for it. Glen --- Manisha Sathe <[EMAIL PROTECTED]> wrote: > Any good XSLT forum where i can post my xslt > related queries there ? > > regards > Manisha > > > > > - > Do you Yahoo!? > Yahoo! Search pr

XSLT Forum

2005-02-16 Thread Manisha Sathe
Any good  XSLT forum where i can post my xslt related queries there ?   regards Manisha     Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

Re: printing page numbers

2005-02-16 Thread The Web Maestro
On Feb 15, 2005, at 1:29 PM, Jaysheel Bhavsar wrote: Hi, I was wondering if I can have "Page 1 of 10" printed at the bottom of the page instead of just printing Page 1. One thing is that I don't know how many pages I will have in the pdf, since my content is populated dynamically. Any ideas?

Re: Dynamic parameter settings

2005-02-16 Thread Manisha Sathe
thanks! it did the trick   regards ManishaJeremias Maerki <[EMAIL PROTECTED]> wrote: This is an XSLT question, not really FOP-related, but try:orOn 15.02.2005 10:29:53 Manisha Sathe wrote:> In XML file itself i have a value which i need to use for row span.> > I know i can get the value with >

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
Thanks John, I will try this code out and let you know how it works. Jaysheel. -Original Message- From: john farrow [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 6:27 PM To: [EMAIL PROTECTED] Subject: Re: printing page numbers "last-page" is used to identify a block whic