RE: Page X of Y Problem

2002-05-10 Thread Neeru . Bhardwaj
Hi Abhijat, Here's the code and xsl. I am using the example servlet code. Thanks -Neeru (See attached file: test-fod.xsl)(See attached file: ServletCreatePdf.java)

Re: Page X of Y Problem

2002-05-13 Thread Neeru . Bhardwaj
Thanks for the info. But when I use driver.render(input.getParser(), input.getInputSource()); input.getParser() returns a null value. Thanks -Neeru

Fo:basic link

2002-06-19 Thread Neeru . Bhardwaj
Is it possible to sepcify a destination page in basic-link external-destination. I am trying to link to an external pdf file and want to goto a specifi page. Thanks -Neeru

Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
I am having problem running the example servletFop. I have websphere3.5 and have the fop.jar, batik.jar, avalon-framework-4.0.jar, logkit-1.0.jar and xalan-2.0.0.jar in the lib directory. I am attaching the error. Thanks for help -Neeru (See attached file: err.rtf) err.rtf Description: RTF file

Re: Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
Yes, I have xerces-1.2.3.jar. Thanks -Neeru Oleg

Re: AW: Problem with servlet

2002-06-21 Thread Neeru . Bhardwaj
I made the changes but still getting the same error. It's driving me crazy. ANy help will be greatly appreciated. Thanks -Neeru Michael Heinen

Re: AW: Problem with servlet

2002-06-26 Thread Neeru . Bhardwaj
Thanks for your help. I got the following from my websphere administrator. We've tried to do the changes as mentioned at the end of your e-mail (changing jars and updating admin.config), but the IBM admin server can't restart. If we remove xml4j.jar and the others and replace them by the ones

from pdf open an external non pdf file

2004-06-23 Thread Neeru . Bhardwaj
Hi, I want to create an external link (action type open file in pdf) to a SAS XPT file using FOP. When I click on the link created it's being opened as a web link. Can anyone help me with this. Thanks -neeru -- Le présent message,

fo:flow must contain block-level children

2005-03-01 Thread Neeru . Bhardwaj
I get the following error fo:flow must contain block-level children when I don't have the matching elements in my xml by using the following code generates the error. fo:page-sequence master-reference=page3 fo:flow flow-name=body3 xsl:apply-templates select=CodeDecode