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: fo:external-graphic 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

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

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

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 do

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 PROTECTED]

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 include the

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

Re: Running fop from Java

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

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

RE: Running fop from Java

2002-01-03 Thread Mitchell, Scott(LIT)
bean.xml 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

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

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: fo:external-graphic

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:

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 the basedir

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 fo:external-graphic src =//home/opt/weblogic610/wlserver6.1/config/mydomain/app lications/DefaultWebApp/images/english/global_navbar/db_header.gif / and it works thanks

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 - external href=design/index.html label=NEW DESIGN / - in fop.xml, but not the source. Where is it? Peter

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 dont know haw to insert different text

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

AW: Haw to insert different text into headers.

2002-01-03 Thread sascha
Hello, you can use different page sequences for example! sako -Ursprngliche 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

Re: Haw to insert different text into headers.

2002-01-03 Thread Claus Nielsen
Try something like this: fo:layout-master-set fo:simple-page-master master-name=first-page page-height=29.7cm page-width=21cm margin-top=1.0cm margin-left=1.76cm margin-right=4.0cm fo:region-before

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 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:08

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) -

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