RE: Servlet called multiple times solved

2002-01-03 Thread Michael Wenczel
Got it. -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:04 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet called multiple times solved No problem. Just make sure you don't try to make isIE4 or the user session into member variable

Ann: Upcoming live, web/CDROM, and audio-over-IP XSLT/XPath/XSLFO training (fop-dev)

2002-01-03 Thread G. Ken Holman
Please read on if you are interested in XSLT/XPath or XSLFO training: (1) - live 3-day and 2-day hands-on courses the week of February 18-22, 2002 (at risk; please act soon) (2) - web- and CDROM-based 10-week courses starting in both February 2002 and March 2002 (3) - r

RE: Servlet called multiple times solved

2002-01-03 Thread Savino, Matt C
No problem. Just make sure you don't try to make isIE4 or the user session into member variables like I did. I did that a day or so ago for convenience and wasn't thinking. -Matt > -Original Message- > From: Michael Wenczel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 1:

RE: Servlet called multiple times solved

2002-01-03 Thread Michael Wenczel
Thanks for sharing this Matt. I was just going down this road (caching) myself. This will save an afternoon or more. regards, mike -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 12:32 PM To: '[EMAIL PROTECTED]' Subject: Servlet called

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
We have not seen any difference in performance between the two versions. We went to the new version to save memory. The PDFs we are generating are only a few pages long, but the volume can be quite large at peak load times. Jim -Original Message- From: Savino, Matt C [mailto:[EMAIL PRO

RE: Servlet called multiple times solved

2002-01-03 Thread Savino, Matt C
I can see where this would be a problem if you're firing SAX events all the way to FOP. I guess you could do it the new and improved way for IE>5 and Netscape and the old way for IE 4.x. By the way have you benchmarked this method against the one I use, for small and large reports? I would be ve

Re: Haw to insert different text into headers.

2002-01-03 Thread Claus Nielsen
Try something like this:

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
That works great for the way you are calling FOP. However, I am using the new improved method for calling FOP (see below). Do you have a way of handling the duplicate calls which will work with this implementation? Thanks, Jim public void renderFO(Transformer pdfTransformer, Source iIn

AW: Haw to insert different text into headers.

2002-01-03 Thread sascha
Hello, you can use different page sequences for example! sako -Ursprüngliche Nachricht- Von: Dariusz Grabowski [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Januar 2001 17:08 An: [EMAIL PROTECTED] Betreff: Haw to insert different text into headers. I try create simple document wit

Servlet called multiple times solved

2002-01-03 Thread Savino, Matt C
Thanks to David Frankson and the other members of this board, I have finally fully solved the problem with IE calling FOP two or three times problem. The first solution came from this: http://support.microsoft.com/support/kb/articles/Q293/7/92.ASP But if you read the fine print, you notice that

Haw to insert different text into headers.

2002-01-03 Thread Dariusz Grabowski
I try create simple document with four pages. The document contains only text. In the header I must put some texts. First page must contains different text than rest of a pages. I know haw to create different layouts using fo:page-sequence-master. But I don’t know haw to insert different text

DO NOT REPLY [Bug 5674] New: - postscript generated by FOP is missing end commands

2002-01-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

xml-docs

2002-01-03 Thread Peter B. West
Keiron, I went to cvs looking for examples of how to write the xml for multi-level menus like the "new design" menus, but could not see where it was happening. I found this - - in fop.xml, but not the source. Where is it? Peter -

RE: image protocal in Fop on unix

2002-01-03 Thread Maneshi Tuli
thanks , it works , i changed something and it works . i gave like this . i removed 'file ' prefix my syntex is and it works thanks Message History From: "Savino, Matt C" <[EMAIL PROTECTED]> on 01/02/2002

Re: image protocal in Fop on unix

2002-01-03 Thread Nicola Ken Barozzi
- Original Message - From: "Keiron Liddle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 3:17 PM Subject: Re: image protocal in Fop on unix > > This is really interesting 4 me. > > I would like to set it for the Cocoon FOP Serializer. > > How do you set th

Re: image protocal in Fop on unix

2002-01-03 Thread Keiron Liddle
> This is really interesting 4 me. > I would like to set it for the Cocoon FOP Serializer. > How do you set the basedir programmatically? > I'd be very grateful if you can indicate the relevant classes/parameters. Coccon documentation on how to setup coccon: http://xml.apache.org/cocoon/userdocs/

Re: image protocal in Fop on unix

2002-01-03 Thread Nicola Ken Barozzi
- Original Message - From: "Keiron Liddle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 9:18 AM Subject: Re: image protocal in Fop on unix > On 2002.01.02 21:23 "Savino, Matt C" wrote: > > This works for me: > > > > > src="file:///usr/local/weblogic/conf

RE: Running fop from Java

2002-01-03 Thread "Buchtík, Michal"
You MUST use XSL-FO stylesheet to convert XML to PDF with FOP. CSS stylesheet is used to display XML in browser Michal -Original Message- From: Mitchell, Scott(LIT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 11:49 AM To: [EMAIL PROTECTED] Subject: RE: Running fop from

RE: Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
I do not have an xsl file. I am using a .css file. It does not do anything at the minute, I am just trying to get it runnning initially. > -Original Message- > From: Claus Nielsen [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 10:58 AM > To: [EMAIL PROTECTED] > Subject:

RE: Running fop from Java

2002-01-03 Thread Claus Nielsen
And your xsl ? Claus Nielsen "Mitchell,

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 > > > How does your XML fi

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: Running fop from Java > > >

cvs commit: xml-fop/src/org/apache/fop/fo/pagination PageSequence.java

2002-01-03 Thread keiron
keiron 02/01/03 02:39:56 Modified:src/org/apache/fop/apps Tag: fop-0_20_2-maintain Driver.java StreamRenderer.java src/org/apache/fop/fo Tag: fop-0_20_2-maintain FOTreeBuilder.java src/org/apache/fop/fo/pagin

Re: Running fop from Java

2002-01-03 Thread Claus Nielsen
How does your XML file look ? Claus Nielsen "Mitchell,

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

Re: [PROPOSAL] FormattingResults

2002-01-03 Thread Jeremias Maerki
On Thu, 3 Jan 2002 10:06:47 +0100 Keiron Liddle wrote: > On 2002.01.03 10:01 Jeremias Maerki wrote: > > > There is a problem that it doesn't actually compile due to a missing > > > method on PageSequence. > > > > Oops. Which method? > > int getPageCount() Oh, now I understand. I forgot to incl

Re: [PROPOSAL] FormattingResults

2002-01-03 Thread Keiron Liddle
On 2002.01.03 10:01 Jeremias Maerki wrote: > > There is a problem that it doesn't actually compile due to a missing > > method on PageSequence. > > Oops. Which method? int getPageCount() - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PROPOSAL] FormattingResults

2002-01-03 Thread Jeremias Maerki
Hi Keiron On Thu, 3 Jan 2002 09:44:50 +0100 Keiron Liddle wrote: > Hi Jeremias, > > The code looks fine. Putting the new classes under apps might not be the > best place, it's already confusing enough. I guessed that could be a problem. I wasn't that happy with it, either. But since it has to

Re: [PROPOSAL] FormattingResults

2002-01-03 Thread Keiron Liddle
Hi Jeremias, The code looks fine. Putting the new classes under apps might not be the best place, it's already confusing enough. There is a problem that it doesn't actually compile due to a missing method on PageSequence. I also think it should be put in the main branch, possibly in a differe

cvs commit: xml-fop/src/org/apache/fop/svg SVGElementMapping.java

2002-01-03 Thread keiron
keiron 02/01/03 00:29:01 Modified:src/org/apache/fop/extensions Tag: fop-0_20_2-maintain ExtensionElementMapping.java src/org/apache/fop/fo Tag: fop-0_20_2-maintain StandardElementMapping.java src/org/apache/

Re: image protocal in Fop on unix

2002-01-03 Thread Keiron Liddle
On 2002.01.02 21:23 "Savino, Matt C" wrote: > This works for me: > > src="file:///usr/local/weblogic/config/isappdev/applications/RVWebApp1/WEB-I > NF/lib/ClinTrialLogoGreenBig.gif" /> > > If you figure out how to use a relative path, PLEASE let me know. The example in "docs/examples/fo/images