anybody done this before or know where they should be located?
Also in the font instructions on the web site, it says to
start fop with a -c command line option. However, we are
doing this in a Servlet. How do we invoke fop with this
option set from another Java class?
Alex Amies
e glitches in IE5.0, and also have you considered using
a
Dom Document rather than a string to pass your xml around? It would
save
you from having to parse it twice when you go from your business object
to
Xalan, and from Xalan to FOP.
Dave
- Original Message -
From: "Alex Ami
August 08, 2001 9:46 AM
To: [EMAIL PROTECTED]
Subject: Re: FOP Servlets being invoked twice
--- Alex Amies <[EMAIL PROTECTED]> wrote:
> I have a problem with a servlet, which serves up pdf documents,
> invoking the servlet twice for every time I request the
> url using my brow
I have a problem with a servlet, which serves up pdf documents,
invoking the servlet twice for every time I request the
url using my browser. The pdf document is produced
correctly in both instances. Anybody else seen this
problem, know what it is, or have a constructive suggestion?
The servl