RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-21 Thread Dutta, Sumanta
: Re: Prob. referring XSL over URI (Pls. consider this out of context p ost) Dutta, Sumanta wrote: > I am trying to refer my XSL, which generates the FO, over a URI, relative to > my http codebase. If I create the XSL source by passing /x/y/z.xsl, the > transformer tries to find file://

RE: Prob. referring XSL over URI (Pls. consider this out of conte xt p ost)

2002-05-21 Thread Dutta, Sumanta
oader().getResource("/xsl/mystyleshee t.xsl").getFile(); template = TransformerFactory.newInstance().newTemplates(new StreamSource(new File(filename))); -----Original Message- From: Dutta, Sumanta [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 1:58 PM To: '[EM

Prob. referring XSL over URI (Pls. consider this out of context p ost)

2002-05-21 Thread Dutta, Sumanta
I am trying to refer my XSL, which generates the FO, over a URI, relative to my http codebase. If I create the XSL source by passing /x/y/z.xsl, the transformer tries to find file://x/y/z.xsl. Is there any way to resolve this in reference to my current http codebase. I tried to do get the servernam

RE: Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Dutta, Sumanta
Just do this: Hello World Sumanta -Original Message- From: Balaji Loganathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 10:39 AM To: [EMAIL PROTECTED] Subject: Re: Passing XSLT parameters to FOP (old topic I know) I have another question , Is it possible to supply XSL var

Incomplete PDF content

2002-04-29 Thread Dutta, Sumanta
I am facing a strange problem while generating PDF in Servlet. I have got two PDF reports to generate at present. I can generate one PDF properly, but the other one, whose structure is similar to and simpler than the first one, is coming out incomplete. It gives me the header and footer, and an inc

Problem writing XML content through JspWriter

2002-04-25 Thread Dutta, Sumanta
Hi, I know that this is not the right place to post this, just in case if anybody has faced the same problem, as all of us handling XML for FOP. I am trying to send some XML content to browser. I have a perfectly generated XML, which if I write using ServletOutpurStream in a Java Servlet, works f

PDF Link getting submitted twice

2002-03-21 Thread Dutta, Sumanta
Hi, I am getting a strange problem. I have a link on a HTML page to get PDF report. I generate the PDF on the fly using servlet. Everything is fine, except the request is getting submitted twice. I checked the javascript staff which submits the page on click of that link. It seems when the PDF plu

RE: FOP API

2002-03-19 Thread Dutta, Sumanta
ch 19, 2002 10:59 AM To: [EMAIL PROTECTED] Subject: AW: FOP API Hi You must have got it when you downloaded the FOP package. There is a Doc directory. Cheers Jay -Ursprüngliche Nachricht- Von: Dutta, Sumanta [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. März 2002 17:06 An: &#

FOP API

2002-03-19 Thread Dutta, Sumanta
Hi, Is there any javadoc for the FOP classes (like Driver, etc.)? I could not find anything on http://xml.apache.org/fop/index.html. Thanks, Sumanta. -- This message is intended only for the personal and confidential u

Some Border Issues

2002-03-19 Thread Dutta, Sumanta
Hi, I am trying to design a page with some tables. I need to separate content by borders. If I try to apply after/before border on block contents inside table-cell, the borders go out of the table-cell start and end edges. The same thing happens with padding-start/end, though indent-start/end is f