RE: Running fop from Java

2002-01-03 Thread "Buchtík, Michal"
IL PROTECTED] > Subject: RE: Running fop from Java > > > And your xsl ? > > Claus Nielsen > > > > > > "Mitchell, > >

RE: Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
D] > Subject: RE: Running fop from Java > > > And your xsl ? > > Claus Nielsen > > > > > > "Mitchell, > > Scott(LIT)" To: > [EMAIL PROTECTED]

RE: Running fop from Java

2002-01-03 Thread Claus Nielsen
chell, Scott(LIT)" To: [EMAIL PROTECTED] Subject: RE: Running fop

RE: Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
35 Mark This is the bar value Jan 2, 2002 Moe Larry Curly Shemp Curly Joe 5 > -Original Message- > From: Claus Nielsen [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 10:45 AM > To: [EMAIL PROTECTED] > Subject: Re: Running fop from Java > >

RE: Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
<> Any help is greatly appreciated, I have only been working on this technology for a few days now. > -Original Message- > From: Claus Nielsen [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 10:45 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: Running fop from Java

2002-01-03 Thread Claus Nielsen
chell, Scott(LIT)" To: [EMAIL PROTECTED] Subject: Running fop

Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
Hi, I am trying to use jox to take a java bean and create an xml file. With this file, I use fop to convert to a pdf. I get the following error when running the code. Input XSL; Line 1; Column 1 XSL Error: Could not parse Input XML document! XSL Error: SAX Exception org.apache.xalan.xslt.XSL

Running Fop from JAVA program

2001-06-05 Thread Olivieri, Steven
Hi all, this may be a rookie questionhope you can help. I can run Fop (0.18.0) perfectly from the command line. I created a style sheet (xsl file), which converts the xml file. On the command line, I input the xsl file, the xml file, and state the name for the pdf file. Now I'm trying to