InputSource xslfo_doc = new InputSource(xmlfo_input);
ByteArrayOutputStream outstr = new ByteArrayOutputStream();
Driver driver = new Driver(xslfo_doc, outstr);
driver.run();
byte[] content = outstr.toByteArray();
response.setContentLength(content.length);
outstr.close();
response.getOutputStream(
How to store URL with 2 GET parameters in XML ?
The problem:
http://foo:7001/box/instr.jsp?param=59.05&name=JRA"/>
XML parser doesn't like "&" character, how can I store strings like this and would be
able to get GET params in JSP?
Thanks
KavaChart
http://www.aoindustries.com/docs/javachart/api/chart.package.html
-Original Message-
From: Roland [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 5:33 PM
To: [EMAIL PROTECTED]
Subject: Tool for generating bar graphs with Java
Hello,
does anyone here know of a good
-Original Message-
From: Nick Winger [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 6:26 PM
To: [EMAIL PROTECTED]
Subject: AW: Please help...
how do i get an image in the footer ? how is the footer and header
adres
keep-togather="always"
-Original Message-
From: Phillips Tony [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 3:01 PM
To: '[EMAIL PROTECTED]'
Subject: Table layout
Hello,
I have created an invoice utility based on FOP to produce PDF invoices.
I've used a multi column tabl
What if it's impossible to use ISO-8859-1 but only UTF8 ? When I use in
code ä for "ä" all I get is # using standard FOP fonts or just
empty space when I import TTF font from Windows. Any solutions ?
-Original Message-
From: Beer, Christian [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Janua
>Well, okay, I do understand how I could achieve this--just spend a couple
of hundred bucks. ;-)
PC133, 512MB = 40 USD.
S.
-Original Message-
From: Lukas Pietsch [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 10:46 AM
To: [EMAIL PROTECTED]
Subject: Re: FOP performance o