Re: Page X of Y Problem

2002-05-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Thanks for the info. But when I use driver.render(input.getParser(), input.getInputSource()); input.getParser() returns a null value. It should not. Check the classpath, looks like there is an incompatible JAXP package before Xalan/Xerces. J.Pietschmann

Re: Page X of Y Problem

2002-05-13 Thread Neeru . Bhardwaj
ED]cc: oo.de> Subject: Re: Page X of Y Problem

Re: Page X of Y Problem

2002-05-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am using FOP 0.20.3 for converting xml to pdf. When I am running the java code locally in Visual age I don't get any errors, but when I try to run it as servlet I get the "Root element must be root, not none". // driver.render(input.getParser(), input.ge

RE: Page X of Y Problem

2002-05-10 Thread Neeru . Bhardwaj
cc: Subject: RE: Page X of Y Problem 05/10/2002 06:11

RE: Page X of Y Problem

2002-05-10 Thread Abhijat Upadhyay
hi neeru !! it wud be great if u cud fwd ur xsl and servlet code... so that the problem can be analyzed... ___ Abhijat Upadhyay Software Engineer Patni Computer Systems Limited Electronic Sadan - 3, TTC Industrial Area, Mahape, Navi Mumbai - 400 701 Tel: 91 22 761 1090 / 1105 ext. 222

Re: Page X of Y Problem

2002-05-09 Thread Neeru . Bhardwaj
I am using FOP 0.20.3 for converting xml to pdf. When I am running the java code locally in Visual age I don't get any errors, but when I try to run it as servlet I get the "Root element must be root, not none". Please let me know how can I fix it. Thanks -Neeru

Page X of Y Problem

2002-05-09 Thread Abhijat Upadhyay
hello FOPians !! i am having multiple page-sequence tags(being generated thru xsl:for-each tag) in my xsl... the problem is that i can get the total number of pages in my PDF but the current page number gets repeated after a few pages (i.e. when the page-sequence ends.) For example: - if each