RE: Reading XML from JAR.

2002-11-26 Thread Norr, Peter
try this.. java.util.zip.ZipFile zippy = new java.util.zip.ZipFile("fullpathtothejar.jar"); java.util.zip.ZipEntry zipEntry = zippy.getEntry("com/package/thexml.xml"); InputStream is=zippy.getInputStream(zipEntry); -Original Message- From: Trevor Vaughan [mailto:[EMAIL PROTECTED] Sent: Tu

RE: Adding additional Type 1 fonts

2002-11-07 Thread Peter Sparkes
pacing you should look at 7.16.2 "letter-spacing" property and make sure you have the latest FOP version. I hope this helps. (Please don't press the reply button in your mailer if you want to post a new question. This messes up hierarchical views of threads in good mailers. Thanks.) On

keep-with-next and keep-together

2002-06-30 Thread Peter Sparkes
locks close up on each other and where there is room part of a third block appears on the page. Help please Peter

Re: stykesheet attribute version

2002-06-11 Thread Peter Jacobs
(String)li.next(); if (key.endsWith("_XSL")){ DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocumentBuilder(); dbf.setNamespaceAware(true); Don't you have to switch these last 2 lines? Peter

Re: stykesheet attribute version

2002-06-11 Thread Peter Jacobs
jaxp.jar" looks suspicious to me, do you need it? Does it work if you remove it? I would think xerces and xalan is enough? I would bet there some problem in your classpath and the wrong XSLT-engine is called or so. (I am absolutely not an XML expert, just trying to help a bit... :-) Peter

Re: stykesheet attribute version

2002-06-11 Thread Peter Jacobs
same error... looks like: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6813 sorry, is not really helpfull... Peter Jacobs Freelance multimedia programmeur De Budetstraat 8 B-3201 Aarschot [EMAIL PROTECTED] 016/573257

Re: servlet called twice and subsequence error

2002-06-08 Thread Peter B. West
nce with a maximum-repeats property set to "no-limit". Fortunately, the default value for maximum-repeats is "no-limit". Take a look at Dave Pawson's tutorial (written with the assistance of Arved, Karen and Keiron, I believe) at <http://www.dpawson.co.uk/xsl/sect3/bk/c

RE: speed

2002-06-03 Thread Norr, Peter
mple a 17 page document takes 100 seconds.. > >it has a header, footer and one long table as the body. >peter -- This message is intended only for the personal and confidential use of the designated recipient(s)

RE: speed

2002-06-03 Thread Norr, Peter
for example a 17 page document takes 100 seconds.. it has a header, footer and one long table as the body. peter -Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED] Sent: Monday, June 03, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: Re: speed Hello, I am wondering how

speed

2002-06-03 Thread Norr, Peter
Is there any way to speed up FOP rendering? Can you specify to the Driver Class to use x number of threads? -- This message is intended only for the personal and confidential use of the designated recipient(s) named ab

Re: how to use the system

2002-05-28 Thread Peter B. West
Rick Delpo wrote: how do I send a question into the user list? Rick, You just did. Peter

Re: FOP Helvetica - is it really Arial?

2002-05-25 Thread Peter B. West
y for info on book "XSLT Quickly" from Manning Publications. I think that the sheer beauty of this site is intimately related to the fact that Mark Simonson does get worked up about the details. I hear that's where the devil resides. The angels must be there as well. Peter

Re: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread Peter B. West
you find out what a meaningful "family" value would be for an ideographic font. Peter Argyn Kuketayev wrote: I'm using Cocoon 2.0.1. here's what I put inside my userconfig.xml I generated msminch.xml file with TTFReader utility from msmincho.ttc file. I trie

RE: FOP Jars

2002-05-09 Thread Peter Jacobs
THAT IS INCREDIBLY RUDE What were you thinking?? I don't need that file, and al the others with a telephone connection neither!! And if you read "releasenotes.html" in the fop-folder, you will see all necessary information about the jimi jar > -Original Message- > From: Jose Hernandez

Re: what are the other third party softwares needed ?

2002-05-09 Thread Peter B. West
Seconded. Peter [EMAIL PROTECTED] wrote: P.S: A special thanks to J.Pietschmann for all his time and help with various topics.

RE: xml/xsl pdf servlet output problem

2002-05-08 Thread Peter Jacobs
could try: http://localhost:8088/fop/fop?xml=sample.xml&xsl=sample.xsl&dummy=.pdf (that is, you add "&dummy=.pdf" at the and of the url, so IE sees that extension just a guess, better explanation in the archives Peter > > i'm using the SimpleServlet which was posted

Re: Java 1.1.x

2002-05-07 Thread Peter B. West
ge all of the occurrences. Not nice, and nasty to keep up-to-date, but it may be a way out. If it were not, you will have to follow Joerg's suggestion. Does anyone else know what the relevant incompatibilities are? Peter J.Pietschmann wrote: Kendall Adkins wrote: I have a client who is using a Domino s

Absulute Pagenumber

2002-05-04 Thread Ingo Peter
Hi, first thanks for the last help generating pdf embedded. In the reference I find no reference for print the absolute pagecount on every page: Page: of Is there any solution for this problem...? thanks IP

Problem after generating PDF

2002-05-03 Thread Ingo Peter
Hi, I use fop embedded to generate pdf-files and it works very fine. But after generating the pdf, I have to close my java-application, because the the outputfile is still open. If I don't close my application acrobat tells me a locking-error. I use the example for empedding from apache: Driver

Re: Trying to resolve memory exception through correct use of page se quencing

2002-05-01 Thread Peter B. West
John, Yes, minimising page-sequence length will reduce memory consumption. Peter John Bourke wrote: Ideally for each page full I would like to start a new page sequence and thus allow FOP only render one page at a time. Does this sound to anybody like the right way to go about this?

Re: Why is FO(P) a superior model than what most proprietary tool s propose

2002-05-01 Thread Peter B. West
Patrick, If I read you right, I think the answer to that would be a resounding cry of "Yes" all round. You will certainly get one from me. What did you have in mind? Peter Patrick Lanphier wrote: I would agree with the last statement about a high performance commercial all Ja

Re: Spaces and precedence

2002-04-26 Thread Peter B. West
data structures that may be useful for both space specifier and keep resolution, based on the notes I posted a few days ago concerning the relationships between blocks, of which keep processing needed to be aware. I hope to post them in the next few days, with the diagrams that help to make sense of

Re: FOP 0.20.3 - master reference issue

2002-04-24 Thread Peter B. West
aster-reference master-reference Peter Markus Wiese wrote: Hi, can somebody provide the structure for a simple alternating page layout (odd/even)? My previous working example broke with 0.20.3, could be halfway fixed, but doesn't alternate anymore, because I am only able to reference simple-page-m

Re: FOP 0.20.3 - master reference issue

2002-04-24 Thread Peter B. West
Josh, There was a change in the spec. Page-masters (like simple-page-master) have a master-name. Things that refer to page-masters (like page-sequence) now have a master-reference instead of a master-name. You will have to change your fo:s and whatever is generating them to conform. Peter Josh

charts and graphs

2002-04-13 Thread Norr, Peter
What is the best to way to include charts and graphs in a pdf file? Can I create simple bar charts using xsl:fo or svg? Peter -- This message is intended only for the personal and confidential use of the designated

RE: Variables

2002-04-12 Thread Norr, Peter
--- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 > -Original Message- > From: Norr, Peter [mailto:[EMAIL PROTECTED] > Sent: Friday, April 12, 2002 7:20 PM > To: '[EMAIL PROTECTED]' > Subject: Variables > > > What is the best way to set

Variables

2002-04-12 Thread Norr, Peter
What is the best way to set variables in stylesheets? For example, instead of constantly specifying the color for fo:block with a hex value, I would like to set a variable once and then reference it in all included/imported stylesheets. i.e. -

RE: Antigen found =*.html file

2002-04-09 Thread Peter Jacobs
> -Original Message- > From: Robert Koberg [mailto:[EMAIL PROTECTED] > Sent: dinsdag 9 april 2002 17:40 > To: [EMAIL PROTECTED] > Subject: Re: Antigen found =*.html file > > > [EMAIL PROTECTED] wrote: > > >Antigen for Exchange found fopdiff.html matching =*.html file filter. > >The file i

table error

2002-04-05 Thread Norr, Peter
Doe anybody know what this means? ERROR 10180 [fop ] (): At least one of minimum, optimum, or maximum IPD must be specified on table. -- This message is intended only for the personal and confidential use of the

RE: Graphics Question??

2002-04-04 Thread Norr, Peter
EMAIL PROTECTED]' Subject: RE: Graphics Question?? can you send me the servlet? -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 3:02 PM To: '[EMAIL PROTECTED]' Subject: Graphics Question?? I have a servlet which generates a

Graphics Question??

2002-04-03 Thread Norr, Peter
I have a servlet which generates a gif dynamically and sends the binary output on the response's output stream. Is there any way I can get this image into the pdf??? Thanks! Peter -- This message is intended

Re: Xerces compatibility question

2002-04-01 Thread Peter B. West
If the suggestion below works, it's not compatible with the spec, which allows two variants of "content-type", e.g., content-type="content-type:xml/svg" or content-type="namespace-prefix:svg" (See 7.28.1) We can't even blame CSS for this one. Peter J.Piets

RE: XSL Transformation

2002-04-01 Thread Norr, Peter
: [EMAIL PROTECTED] Subject: Re: XSL Transformation Norr, Peter wrote: > this did not work.. > how does it render it without calling driver.run or driver.render(..)? The formatting process is driven through the transformation. You need at least FOP 0.20.2, in 0.20.1 the setup was a bi

RE: XSL Transformation

2002-03-28 Thread Norr, Peter
this did not work.. how does it render it without calling driver.run or driver.render(..)? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 28, 2002 5:37 PM To: [EMAIL PROTECTED] Subject: Re: XSL Transformation Norr, Peter wrote: > How d

XSL Transformation

2002-03-28 Thread Norr, Peter
How do I transform my xml into fo-xml without using the org.apache.fop.apps.XSLTInputHandler class? -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
.html Peter Peter Jacobs Freelance multimedia programmeur De Budetstraat 8 B-3201 Aarschot [EMAIL PROTECTED] 016/573257 > -Original Message- > From: Higgins, James [mailto:[EMAIL PROTECTED] > Sent: woensdag 27 maart 2002 15:14 > To: '[EMAIL PRO

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
pid question, but how does this explain the problems with finding "batik.jar" in "webapps/fop/WEB-INF/lib" ? There is no problem with placing the avalon and logkit jars in that folder. Peter Jacobs

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
Maybe it helps if you copy "batik.jar" to "tomcat/common/lib" and restart Peter Jacobs > > Ok, I have been messing with this problem for a day or so now and > can't find > a reasonable solution. > > I am using Tomcat 4.0.3 and FOP 0.20.3. I have de

Re: AW: possible to specify required spaces?

2002-03-22 Thread peter . dykstra
This works great -- thanks! "S. Jayaraman" To: <[EMAIL PROTECTED]>

possible to specify required spaces?

2002-03-22 Thread peter . dykstra
Does anyone know a way to pass required spaces through FOP from XML to a PDF? The normal processing of x'20' spaces collapses adjacent spaces to eliminate extra white space, which is normally good but not in all cases, and 'white-space-treatment="pre"' (which would preserve these) isn't implement

Re: Win32

2002-03-22 Thread peter . dykstra
I was in the same situation you are about a week ago. You can download the Java Runtime environment at the following link. (You want the JRE version as opposed to the SDK). It's pretty easy to install, and then the FOP.BAT command from the FOP download invokes it without further intervention. I

workaround for white-space="pre"?

2002-03-21 Thread peter . dykstra
I'm new to this list -- pls advise if there's a better place to address this question. I'd like to use FOP to create PDFs of computer output, using XSL for white-space="pre" to preserve line ends, spaces, and blank lines. This is producing a "not implemented yet" message: [INFO]: FOP 0.20.3 [INF

RE: FOP Performance Limitations?

2002-03-14 Thread Peter Jacobs
-DEV. > That's interesting that it made a difference for you. On our XML/XSL, it > didn't make much difference - maybe it shaved 1-2 seconds of a 60 second > rendering. > > -David > > On Wed, 13 Mar 2002, Peter Jacobs wrote: > > > > > Are you using t

RE: FOP Performance Limitations?

2002-03-13 Thread Peter Jacobs
Are you using the included Xalan and Xerces.jar? I replaced them with Xalan 2.2 and Xerces 1.4.2 and got big improvement in speed (on Win2000 and Sun Solaris). Peter Peter Jacobs Freelance multimedia programmeur De Budetstraat 8 B-3201 Aarschot [EMAIL PROTECTED] 016

RE: Different footers for one

2002-03-12 Thread Peter Velichko
Many thanks. It is impressive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: RE: Different footers for one Hi, Peter Use "region-name". For example, call the region-before in s

RE: Re mail-to

2002-03-12 Thread Peter Velichko
Try to view the result of transformation in XML form -Original Message- From: MARTIN Franck [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 6:40 PM To: [EMAIL PROTECTED] Subject: Re: Re mail-to I don't think it comes from that because the text is displayed correctly. Brian O'Kel

RE: Re : mailto (does not work)

2002-03-12 Thread Peter Velichko
My system is W2000, FOP 0.20.3 (from 04-Mar-2002), Acrobat Reader 5. When I click the link of document saved to disk Acrobat Reader offers to open link in my browser and link is opened fine. If I click the link of document opened directly in browser (IE 6 or NN 6.2) it is also work correctly.

RE: mailto:

2002-03-12 Thread Peter Velichko
Try mailto:[EMAIL PROTECTED]">Text -Original Message- From: MARTIN Franck [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 3:40 PM To: [EMAIL PROTECTED] Subject: mailto: Does anyone know how to create a "mailto:"; link in a pdf document using fop. In other words what's the xsl-fo

RE: Different footers for one

2002-03-12 Thread Peter Velichko
ich can be arbitrary, with certain loose constraints) in that selected page-master, and the flow-names in various static-contents in the page-sequence that contains your flow, that allow you to have different content. Regards, AHS -Original Message- From: Peter Velichko [mailto:[EMAIL PROTECTED]

RE: Different footers for one

2002-03-12 Thread Peter Velichko
----- From: Peter Velichko [mailto:[EMAIL PROTECTED] Sent: March 11, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: Different footers for one Hi! Please advise how can I use footers of different size and content for one ? Many thanks in advance Peter Velichko

RE: page sequence of different last page and rest pages

2002-03-12 Thread Peter Velichko
oing on. Sorry I couldn't tell you that the feature exists. Regards, Arved Sandstrom -Original Message- From: Peter Velichko [mailto:[EMAIL PROTECTED] Sent: March 11, 2002 3:07 PM To: [EMAIL PROTECTED] Subject: page sequence of different last page and rest pages Hi! Please suggest how

Re: Loggable NoClassDefFoundError in FOP 1.20.3 and WL 6.1

2002-03-11 Thread Peter B. West
Dowd, Brian wrote: HI, I am deploying a big EAR in WL 6.1 on solaris ... Brian, I assume this is for some clandestine eavesdropping operation. Peter

page sequence of different last page and rest pages

2002-03-11 Thread Peter Velichko
Hi! Please suggest how can I create page sequence of different last page and rest pages with FOP 0.20.3. The following code ship is not work correctly unfortunately :( Thank you in advance Peter Velichko

Different footers for one

2002-03-11 Thread Peter Velichko
Hi! Please advise how can I use footers of different size and content for one ? Many thanks in advance Peter Velichko

Re: Table inside a cell.

2002-03-10 Thread Peter B. West
at every opportunity. ASCII art can be done as long as you keep an eye on the font at all times. I'm using a nightly build though, so YMMV. Peter Olivier Rossel wrote: Well, for Ascii art, Vim is probably better :-)

Re: AW: FopImageFactory caches too aggressively

2002-03-07 Thread Peter Murray
How about a FopImageFactory.setCacheImages(boolean flag) method? So you could turn off caching entirely? That's really what my current application would like - methinks. -pete peter m. murray [EMAIL PROTECTED] On 3/7/02 9:57 AM, "S. Jayaraman" <[EMAIL PROTECTED]> wrote:

FopImageFactory caches too aggressively

2002-03-07 Thread Peter Murray
thread is flushing it after rendering a fop... What do folks think about this? -pete -- Peter M. Murray s u b x, i n c. 428 Fore Street 4th Floor Portland, Maine 04101 v. 207.775.0808 f. 617.249.0617 [EMAIL PROTECTED]

RE: display numbers

2002-03-06 Thread Peter Jacobs
You can have a look at: http://www.dpawson.co.uk/xsl/xslfaq.html choose "XSLT Questions and Answers" and then "Formatting" Please also have a look at the XSL FO pages, so this thread is not off topic anymore :-) HTH Peter ---- Peter Jacobs Freelance mu

Re: XMLSpy - FOP

2002-02-28 Thread Peter B. West
. Let me just strongly endorse Arved's comment about the oxymoronic "UML design", as in "design by UML". What a bizarre idea. It must be something consultants do. Peter Arved Sandstrom wrote: Hi, Matt Let me clarify. The redesign is what Keiron & Karen (primarily) ar

Re: XMLSpy - FOP

2002-02-28 Thread Peter B. West
pruce up my skill set. Future consulting? I suppose I can dream. Peter

Re: XMLSpy - FOP

2002-02-28 Thread Peter B. West
e design. Good luck. Peter Savino, Matt C wrote: I'm 99% sure there is a huge corporate demand for an FO-PDF engine right NOW. Those guys at RenderX are nice but unresponsive, their product is on par with FOP at best, and the're too busy to breathe selling $5k/CPU licenses! I'm ab

Re: Options

2002-02-27 Thread Peter B. West
Fop-users, My apologies. I wasn't watching when I posted this to fop-user. Peter Cyril Rognon wrote: Hi all, I think this thread would be more usefull on the dev list, but since it's here already...

Re: Options

2002-02-27 Thread Peter B. West
bjects. I have mentioned in a previous post the setting of user config file in the system config. Thanks Peter Jeremias Maerki wrote: So I can call options once (at application start) and it will affect all transformations thereafter? That's nice, as I think I was calling this every transf

Volunteer for code integration? Re: User config

2002-02-21 Thread Peter B. West
As there have been no objections, I'll press ahead with this. From those who have expressed interest in getting involved, is there anyone who would like to start by integrating my Options.java into the maintenance branch and trunk. The changes are fairly extensive. Peter Peter B. West

User config

2002-02-20 Thread Peter B. West
would probably be useful in that situation is a command line switch to turn off user config altogether. Peter Thorsten Daum wrote: Hi, ... Thanks, I had seen that, but I had missed that I had to implicitely include the config file when using FOP stand-alone, e.g., ./fop.sh -c conf/userconfig.xm

EMF?

2002-02-16 Thread Peter Murray
Greetings, Has anyone had experience embedding an EMF file with FOP? Is it possible directly, or will I have to first render it to GIF (any hints here)? The target format is PDF. Any thoughts? -pete -- Peter M. Murray s u b x, i n c. 428 Fore Street 4th Floor Portland, Maine 04101 v

Re: Segmentation fault

2002-02-03 Thread Peter Chant
avalon-framework-4.0.jar and logkit-1.0b4.jar included. > I added /usr/local/fop/lib to my classpath and it made no difference. (fop is in /usr/local/lib). > > Have you thought about using ant ;-) > No idea what it is or how it works. Any relation to dec? (non-brits won't get that) :-) -- Peter Chant [EMAIL PROTECTED]

Re: Segmentation fault

2002-01-27 Thread Peter Chant
On Wednesday 23 January 2002 13:57, you wrote: > > A simple temporary fix is 'ulimit -s 2048' > (works for me with SuSe 7.2 and JDK 1.3.1_01) Hmm, I added it in the shell script which runs fop but no joy, mind you I am now not getting seg faults. I upgraded slack to glibc 2.2.4. With fop 0.

Segmentation fault

2002-01-19 Thread Peter Chant
b4.jar:lib/avalon-framework-4.0.jar Starting Ant... Buildfile: build.xml build.sh: line 26: 2418 Segmentation fault $JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH" org.apache.tools.ant.Main $* Thanks -- Peter Chant [EMAIL PROTECTED]

<    1   2