RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
Below is the FO that comes out when I run my xml and xsl through xalan. Right now I use a xml and xsl to gene rate the PDF. I can see that the first letter is there in the FO but it is lost when rendering through FOP. Also this line appears at the end of a page and the word 'Condition' appears on

version number Re: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
Sorry I forgot to mention that. But i am using fop-0.20.5 version __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html - To unsubscribe,

RE: Error areas pending text probably lost

2004-02-09 Thread Forget, Pascal
Can't you remove font-variant=small-caps from your XSL? -Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Error areas pending text probably lost Below is the FO that comes out when I run my

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
No I cannot. We have a strict formatting specification and so I cannoot remove the small-caps formatting style. Any other suggestions? --- Forget, Pascal [EMAIL PROTECTED] wrote: Can't you remove font-variant=small-caps from your XSL? __ Do you Yahoo!?

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
fo:wrapper font-family=Helvetica ... Condition 4/fo:wrapper of terms and conditions is true/fo:inline /fo:block And let us know if that removes the error? Cheers, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
/fo:block And let us know if that removes the error? Cheers, Andreas __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: Forget, Pascal [mailto:[EMAIL PROTECTED] Can't you remove font-variant=small-caps from your XSL? Silly question maybe, but what exactly would that achieve? Hmm. Could indeed be just that... AFAIK 0.20.5 uses simulated small-caps (regular caps at 80% the

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
So??? But I need to use small-caps so I cant give up on that. --- Andreas L. Delmelle [EMAIL PROTECTED] wrote: Can't you remove font-variant=small-caps from your XSL? Silly question maybe, but what exactly would that achieve? Hmm. Could indeed be just that... AFAIK 0.20.5 uses

Re: Error areas pending text probably lost

2004-02-09 Thread J.Pietschmann
, and the new line starts without the wrapped text. The error message is generated in the renderer which simply looks at the pending area list of the line, which should have been emptied. The problem occurs rarely because it only happens if a word is fragmented so that the pending area list is filled

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] I tried replacing the inner fo:inline with fo:wrapper but the result is the same. The text is still lost. any more ideas? I can't seem to reproduce this at first glance... Can you provide us with a bit more context?

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] So??? But I need to use small-caps so I cant give up on that. Sorry, this one was meant more as an explanation of what could be the source of the behaviour (--for future reference :) ) Cheers, Andreas

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] snip / Won't work. The problem is as follows: snip .. with kind permission ;) / Yes siree! He 'dze' man :) Cheers, Andreas - To unsubscribe,

Re: Error areas pending text probably lost

2004-02-09 Thread J.Pietschmann
Andreas L. Delmelle wrote: I can't seem to reproduce this at first glance... Can you provide us with a bit more context? See Bug #13464 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: error = id already exists

2004-02-05 Thread Mark Williams
Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:31 PM Subject: Re: error = id already exists Mark Williams wrote: Hi, I've searched the mailing lists for info on the above error, but couldn't find anything much on the subject

Re: error = id already exists

2004-02-05 Thread Peer Brink
occurs. I do have exactly this problem. I generate fo from Docbook-XML with docbook-xslt-stylesheets version 1.64.0 and I get the error null:640:1159 The id d0e1379 already exists in this document from Fop 0.20.5 when generating PDF. Please note that the id from the error-message is in fact unique

RE: error = id already exists

2004-02-05 Thread Adrian Sobotta
- From: Peer Brink [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 3:50 PM To: [EMAIL PROTECTED] Subject: Re: error = id already exists Hi everybody, J.Pietschmann wrote: There's also a slight chance you got the still not completely fixed duplicate id bug, which may bite you in a few

Re: error = id already exists

2004-02-05 Thread J.Pietschmann
Adrian Sobotta wrote: You can get passed this problem by applying the patch that Nancy Deschenes wrote.. I got her patch, recompiled that class and updated the jar and all was good again.. Here is the link to the bug report and patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3497 This

error = id already exists

2004-02-04 Thread Mark Williams
Hi, I've searched the mailing lists for info on the above error, but couldn't find anything much on the subject. Basically, we have a largeish xslt stylesheet (produces roughly a 12 page document), which contains a table with rows that repeat for however many times a particular node appears

Re: error = id already exists

2004-02-04 Thread Chris Pratt
am Subject: error = id already exists Hi, I've searched the mailing lists for info on the above error, but couldn't find anything much on the subject. Basically, we have a largeish xslt stylesheet (produces roughly a 12 page document), which contains a table with rows that repeat for however

Re: error = id already exists

2004-02-04 Thread J.Pietschmann
Mark Williams wrote: Hi, I've searched the mailing lists for info on the above error, but couldn't find anything much on the subject. Basically, we have a largeish xslt stylesheet (produces roughly a 12 page document), which contains a table with rows that repeat for however many times

fo to pdf conversion error

2004-02-03 Thread Saigeetha Govindarajan
Hi, I am getting the following error when I try to convert the fo (generated using xhtml +xsl) to pdf. Please help! Thanks, [ERROR] null org.apache.fop.apps.FOPException at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:11 1) at org.apache.fop.apps.Fop.main

RE: fo to pdf conversion error

2004-02-03 Thread Robert . Walker
: Tuesday, February 03, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: fo to pdf conversion error Hi, I am getting the following error when I try to convert the fo (generated using xhtml +xsl) to pdf. Please help! Thanks, [ERROR] null org.apache.fop.apps.FOPException

RE: fo to pdf conversion error

2004-02-03 Thread Robert . Walker
/ -Original Message- From: Saigeetha Govindarajan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: fo to pdf conversion error Hi, I am getting the following error when I try to convert the fo (generated using xhtml +xsl) to pdf. Please help! Thanks

RE: fo to pdf conversion error

2004-02-03 Thread John Austin
How are you doing the FOP step ? Are you aware that the Command line for Fop can format the XSL-FO file ? It can also execute the XSLT transformation producing a SAX event stream that will be processed by Fop. It depends on whether you run: java org.apache.fop.apps.Fop -fo file.fo or java

Re: Error on AIX box with no X-Windows

2004-01-20 Thread J.Pietschmann
Manjush G. Menon wrote: The java code exits; without throwing an Exception at the line where new Driver() instance is created. Does this have any relation with X-Windows? That's hard to say without taking a look at the actual exception message. However, FOP has indeed problems on headless servers,

Re: Need help: Error while loading a GIF from a URL.

2004-01-19 Thread Manjush G. Menon
with its own KeepAliveSream? Thanks -- Manjush G Menon - Original Message - From: John Austin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:23 AM Subject: Re: Need help: Error while loading a GIF from a URL. On Wed, 2004-01-14 at 18:45, J.Pietschmann wrote

Antwort: Re: Need help: Error while loading a GIF from a URL.

2004-01-19 Thread manfred . weigel
Hi! We had the same problem and we tried a lot of things - but sorry no other workaround at all :-( regards Manfred [EMAIL PROTECTED] am 19.01.2004 11:38:10 Bitte antworten an [EMAIL PROTECTED]@inet An: [EMAIL PROTECTED] Kopie: Thema: Re: Need help: Error while loading a GIF from

Re: Need help: Error while loading a GIF from a URL.

2004-01-19 Thread J.Pietschmann
Manjush G. Menon wrote: It seems that the sun.net.www.http.KeepAliveStream class that FOP needs is version J2SE1.4.x complaint. There is no reference from any FOP source to sun.net.www.http.KeepAliveStream. FOP uses an AWT class for handling GIFs. We had J2SE 1.3.x version running on the AIX box.

Need help: Error while loading a GIF from a URL.

2004-01-14 Thread Manjush G. Menon
Hi all, Iam running the FOP for PDF generateion on an AIX server, which threw the following error while attempting to load an image (GIF) from a URL. java.lang.ClassCastException - sun.net.www.http.KeepAliveStream It will work with the http://localhost:port/Web/wam/etc/Ue.gif I suppose

Re: Need help: Error while loading a GIF from a URL.

2004-01-14 Thread J.Pietschmann
Manjush G. Menon wrote: Iam running the FOP for PDF generateion on an AIX server, which threw the following error while attempting to load an image (GIF) from a URL. java.lang.ClassCastException - sun.net.www.http.KeepAliveStream It will work with the http://localhost:port/Web/wam/etc/Ue.gif I

Re: Need help: Error while loading a GIF from a URL.

2004-01-14 Thread John Austin
On Wed, 2004-01-14 at 18:45, J.Pietschmann wrote: Manjush G. Menon wrote: Iam running the FOP for PDF generateion on an AIX server, which threw the following error while attempting to load an image (GIF) from a URL. java.lang.ClassCastException - sun.net.www.http.KeepAliveStream

Re: Re: Need assistance in diagnosing error message.

2004-01-13 Thread aabouk01
This problem was corrected by simply placing the XML tag on line 1 column 1. It was indented a couple of spaces. From: Clay Leeds [EMAIL PROTECTED] Date: 2004/01/09 Fri PM 12:10:22 EST To: [EMAIL PROTECTED] Subject: Re: Need assistance in diagnosing error message. Glad to hear

RE: Need assistance in diagnosing error message.

2004-01-10 Thread Andreas L. Delmelle
-Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Glad to hear the problem is resolved! If it's not too much trouble, please report back the error to the list, so that the thread will be complete. Someone else with the same or similar problem, may follow the list

Need assistance in diagnosing error message.

2004-01-09 Thread aabouk01
I am lost here, can someone tell me what this means? Thanks!! Alain javax.servlet.ServletException: The processing instruction target matching [xX][mM][lL] is not allowed. FopServlet.renderFO(Unknown Source) FopServlet.doGet(Unknown Source)

RE: Need assistance in diagnosing error message.

2004-01-09 Thread mathieu . fretiere
javax.servlet.ServletException: The processing instruction target matching [xX][mM][lL] is not allowed I don't exactly remember, I think it comes from an org.xml.sax.SAXParseException. Check your FO tree (or XSL or XML source), post it if you can't find your error. Mathieu

Re: Need assistance in diagnosing error message.

2004-01-09 Thread Clóvis Wichoski
This mean that ?xml Some Stuff ? or ?XML Some Stuff ? is not allowed, maybe your XSL have the XML declaration on the middle of XSL the XML declaration must be the first line of XSL. I hope that this help Clovis [EMAIL PROTECTED] wrote: I am lost here, can someone tell me what

Re: RE: Need assistance in diagnosing error message.

2004-01-09 Thread aabouk01
Ok found my error. Thanks for the replys. From: [EMAIL PROTECTED] Date: 2004/01/09 Fri AM 11:31:48 EST To: [EMAIL PROTECTED] Subject: RE: Need assistance in diagnosing error message. javax.servlet.ServletException: The processing instruction target matching [xX][mM][lL

print error

2003-12-16 Thread tien hai nguyen
hi dear list, I can print on my printer in a shell like this : lp toto.xml But I can't print on my printer wiht fop my command is like this : fop -xml toto.xml -xsl toto.xsl -print and I have a printing error : [ERROR] java.io.IOException: Unable to print: java.awt.print.PrinterException

print error

2003-12-16 Thread tien hai nguyen
hi dear list, I can print on my printer in a shell like this : lp toto.xml But I can't print on my printer wiht fop my command is like this : fop -xml toto.xml -xsl toto.xsl -print and I have a printing error : [ERROR] java.io.IOException: Unable to print: java.awt.print.PrinterException

RE: print error

2003-12-16 Thread Andreas L. Delmelle
-Original Message- From: tien hai nguyen [mailto:[EMAIL PROTECTED] I can print on my printer in a shell like this : lp toto.xml But I can't print on my printer wiht fop my command is like this : fop -xml toto.xml -xsl toto.xsl -print and I have a printing error : [ERROR

Re: getting error line number

2003-12-05 Thread Stan Pinte
On Thu, 04 Dec 2003 20:45:15 +0100, J.Pietschmann [EMAIL PROTECTED] wrote: Stan Pinte wrote: [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507

getting error line number

2003-12-04 Thread Stan Pinte
hello, when having this: [INFO] setting up fonts [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507) at org.apache.fop.apps.CommandLineStarter.run

Re: getting error line number

2003-12-04 Thread Chris Bowditch
Stan Pinte wrote: hello, when having this: [INFO] setting up fonts [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507

Re: getting error line number

2003-12-04 Thread J.Pietschmann
Stan Pinte wrote: [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence. org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.fop.apps.Driver.render(Driver.java:507) at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:106

ERROR: Renderer has not been set!

2003-11-20 Thread Dave Chan
SAX parser org.apache.xerces.parsers.SAXParser ERROR: Renderer has not been set! Dave N Chan The information contained in this e-mail is intended only for the individual or entity to whom it is addressed. Its contents (including any attachments) are confidential and may contain privileged

Re: ERROR: Renderer has not been set!

2003-11-20 Thread J.Pietschmann
Dave Chan wrote: FOP 0.20.1 ... ERROR: Renderer has not been set! This might be an old bug. Get the latest release (0.20.5) and check whether the problem persists. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Unkown font error driving me crazy

2003-11-17 Thread Borut Bolcina
he second thing is that you don't have all four combinations for a given font and then in the fo file you are trying to do something like this: !-- BODY --> fo:flow flow-name=xsl-region-body font-family=CourierNew> which selects normal CourierNew, but then later on hidden somewhere there is a fo

Re: Unkown font error driving me crazy

2003-11-15 Thread Mike Ferrando
Jerry, 1. the userconfig file must be in your command line: C:\FOPfop -c conf\userconfig.xml -fo myfo.fo -pdf mypdf.pdf 2. The Myfont.xml file must be in the same folder as your fop.bat file. 3. The Myfont.xml file must be created using the jar. I usually copy the font into the same folder as the

RE: Unkown font error driving me crazy

2003-11-15 Thread Victor Mote
Mike Ferrando wrote: Jerry, 1. the userconfig file must be in your command line: C:\FOPfop -c conf\userconfig.xml -fo myfo.fo -pdf mypdf.pdf 2. The Myfont.xml file must be in the same folder as your fop.bat file. Actually, there is now a fontBaseDir config option. See:

Unkown font error driving me crazy

2003-11-14 Thread Jerry Sheehan
ot;Cyberbit.ttf" kerning="yes" font-triplet name="Mincho" style="normal" weight="normal"/ font-triplet name="Mincho" style="normal" weight="bold"/ font-triplet name="Mincho" style="italic" weig

Re: Unkown font error driving me crazy

2003-11-14 Thread J.Pietschmann
Jerry Sheehan wrote: but everytime i run the xsl:fo I get an error that the font is unkown, so it appears that this userconfig file is not being called and I don't understand what I need to do to call it. I found this link, http://xml.apache.org/fop/embedding.html#config-external Close. See http

[ERROR] leader sizes wrong error message ???

2003-10-21 Thread Dang Minh Phuong
hi all, when I generate my pdf using FOP 0.20.5rc2, I always have this error message even though my pdf is generated correctly. What is going on with my code and how to avoid this error message. Thanks in advance

Re: [ERROR] leader sizes wrong error message ???

2003-10-21 Thread Chris Bowditch
From: Dang Minh Phuong [EMAIL PROTECTED] hi all, when I generate my pdf using FOP 0.20.5rc2, I always have this error message even though my pdf is generated correctly. What is going on with my code and how to avoid this error message. FOP 0.20.5rc2 had a few bugs which were fixed

Entity error question

2003-10-21 Thread Tom Plassman
I'm suddenly getting this error on a fop process that has been running for several months without problems: [ERROR] The reference to entity F must end with the ';' delimiter. Can someone tell how I identify entity F. This is fop 0.20.4 Thanks Tom Plassman Worthington Schools

Re: Entity error question

2003-10-21 Thread J.Pietschmann
Tom Plassman wrote: I'm suddenly getting this error on a fop process that has been running for several months without problems: [ERROR] The reference to entity F must end with the ';' delimiter. I suspect you generate the FO source using string concatenation, and an unescaped ampersand slipped

Error with Block-container

2003-09-15 Thread Abhijit Junnare
Hi, I am having problem with fo:block-container. When I run FOP I am getting an error [ERROR] java.lang.ClassCastException: org.apache.fop.layout.BlockArea Did anyone come accross something like this? Abhi __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use

Re: Error with Block-container

2003-09-15 Thread Chris Bowditch
From: Abhijit Junnare [EMAIL PROTECTED] Hi, I am having problem with fo:block-container. When I run FOP I am getting an error [ERROR] java.lang.ClassCastException: org.apache.fop.layout.BlockArea Did anyone come accross something like this? Abhi FOP has only limited support for fo:block-container

Re: Error with Block-container

2003-09-15 Thread Abhijit Junnare
Got it thanks. Abhi --- Chris Bowditch [EMAIL PROTECTED] wrote: From: Abhijit Junnare [EMAIL PROTECTED] Hi, I am having problem with fo:block-container. When I run FOP I am getting an error [ERROR] java.lang.ClassCastException: org.apache.fop.layout.BlockArea Did anyone come accross

Help on error message: Error in color property value ''

2003-09-15 Thread cknell
This is my first go at FOP, although I have a good deal of experience with XML/XSLT. I am weak on Java. I have prepared an XSL-FO document that I'm trying to process with FOP. When I do that, I get this error message: [ERROR] Error in color property value

RE: Help on error message: Error in color property value ''

2003-09-15 Thread cknell
Never mind. I found the problem. Sorry to trouble you all. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: [EMAIL PROTECTED] Sent: Mon, 15 Sep 2003 16:24:49 -0400 To: [EMAIL PROTECTED] Subject: Help on error message: Error in color property value

Error with FOP about IPD on table

2003-09-12 Thread Abhijit Junnare
When I run FOP i get the following error. [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. I know thats its the problem with specifying IPD for the table in the stylesheet. But I dont really understand what I am missing and where should I specify Inline

Re: Error with FOP about IPD on table

2003-09-12 Thread J.Pietschmann
Abhijit Junnare wrote: When I run FOP i get the following error. [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. I know thats its the problem with specifying IPD for the table in the stylesheet. But I dont really understand what I am missing and where should

Error when placing svg into xsl with fo:external-graphic

2003-09-03 Thread Benjamin Wischek
at the begining in xsl-stylesheet: xmlns:svg=http://www.w3.org/2000/svg; But each time i run FOP with my xsl i get the following error: [ERROR] Could not load external SVG: null [ERROR] Error while creating area : No ImageReader for this type of image (file: example-code39.svg) [INFO] Parsing of document

RE: Error when placing svg into xsl with fo:external-graphic

2003-09-03 Thread Victor Mote
Benjamin Wischek wrote: I'm trying to put a svg-file into my xsl-file and then let it run through FOP. The svg is a barcode example from krysalis barcode homepage. I used the fo:external-graphic command: fo:block fo:external-graphic src=example-code39.svg/ /fo:block I'm not sure whether

Re: Error when placing svg into xsl with fo:external-graphic

2003-09-03 Thread Benjamin Wischek
Ok, I'm so sorry... I tried the whole thing at home now, and everything works fine. Seems like I have some old JDK on my system at work. Thought it is 1.3.1 which should be sufficient. Looks like I have to reinstall it or upgrade to a newer one. Sorry again for my mistake. Greets, Ben

Re: Error when placing svg into xsl with fo:external-graphic

2003-09-03 Thread J.Pietschmann
Benjamin Wischek wrote: Seems like I have some old JDK on my system at work. Thought it is 1.3.1 which should be sufficient. Looks like I have to reinstall it or upgrade to a newer one. 1.3.1 is ok. Perhaps a firewall blocks the parser from retrieving the SVG DTD (you might want to set up a

FW: [ERROR]: resulting in Exception in thread main java.lang.OutOfMemoryError no stack trace avalable

2003-07-11 Thread Kenny Vandenbroucke
Hello, When I try to convert a a complex xml-file (steerfile which refers to other xml-files) to a pdf-file the first step works : the conversion to a fo-file. But in the second step, the conversion from a fo-file to a pdf-file I get several errors [ERROR]: . When I limit the number

RE: [ERROR]: resulting in Exception in thread main java.l ang.OutOfMemoryError no stack trace avalable

2003-07-11 Thread Rob Stote
Title: RE: [ERROR]: resulting in Exception in thread main java.lang.OutOfMemoryError no stack trace avalable You are able to produce the 1000 page PDF on the Linux box ? If so, double check the HEAP settings on your Linux machine make sure the Linux, and Windows box match. Also

AW: IPD error

2003-07-02 Thread Todtenhaupt, Susann
for those questions, but I hope somebody could help... Million thanx! suse -Ursprüngliche Nachricht- Von: Todtenhaupt, Susann Gesendet: Wednesday, July 02, 2003 10:37 AM An: '[EMAIL PROTECTED]' Betreff: IPD error Hello @ all! While transforming with fop I always get the error-message

Re: IPD error

2003-07-02 Thread J.Pietschmann
Todtenhaupt, Susann wrote: While transforming with fop I always get the error-message: At least one of minimum, optimum, or maximum IPD must be specified on table. The table width is usually calculated as the sum of the column widths. If you missed supplying a width for some columns

Re: AW: IPD error

2003-07-02 Thread J.Pietschmann
Todtenhaupt, Susann wrote: Now I've localized my problem. Maybe in this point anybody could give support. I have to set values in a dom-tree. But the specification of dom-api says it's not possible to set a nodevalue of an element_node. How do you set nodevalues for these nodes? Elements don't

Error Using FOP In Servlet And Its Fix

2003-06-25 Thread Michael Duffy
I'm running FOP 0.20.5rc3a with Tomcat 4.1.24 on Windows 2000 and JDK 1.4.1. I'm written a servlet modeled on the code from http://xml.apache.org/fop.servlets.html. I don't want to get XML or XSL from the server file system. My real app will have XML generated on the fly, so I'm using

Re: Please Explain This Table Error

2003-06-20 Thread Michael Duffy
Thank you VERY much, that did the trick. - MOD --- J.Pietschmann [EMAIL PROTECTED] wrote: Michael Duffy wrote: When I run it through FOP, I get this error: [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. What causes this error, and what must I

What Does [ERROR] -2 Mean

2003-06-20 Thread Michael Duffy
I just ran FOP with an FO stylesheet that gave me [ERROR] -2 for output and no PDF. What does it mean? I could go back through my stylesheet and remove changes until the thing works again, but I'd love a clue for figuring out what to fix. Thanks - MOD __ Do

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Jeremias Maerki
No idea. Try the -d option on the command line to get a more meaningful error message (a stacktrace I hope). Maybe that helps. On 20.06.2003 20:25:38 Michael Duffy wrote: I just ran FOP with an FO stylesheet that gave me [ERROR] -2 for output and no PDF. What does it mean? I could go

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Michael Duffy
an array index like this would come from. --- Jeremias Maerki [EMAIL PROTECTED] wrote: No idea. Try the -d option on the command line to get a more meaningful error message (a stacktrace I hope). Maybe that helps. On 20.06.2003 20:25:38 Michael Duffy wrote: I just ran FOP with an FO stylesheet

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Michael Duffy
Found it - foolish user error. I had cut pasted some table cells and forgot to remove unnecessary number-columns-spanned attributes. My apologies. - MOD --- Michael Duffy [EMAIL PROTECTED] wrote: I just did that five minutes before reading your note, Jeremias. (Great minds thinking

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Jeremias Maerki
Looking at the code I think it could be some problem with cell spanning, a negative number where it should be positive, for example. If that doesn't help comment out portions of your FO or stylesheet to circle in the problem location. Check the numbers of columns defined and used in your tables.

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Michael Duffy
You are exactly right, Jeremias. I had a spanning problem that went away when I took those out. Good eye - you know this well. It's impressive to be able to spot an error with so little info. Thanks - MOD --- Jeremias Maerki [EMAIL PROTECTED] wrote: Looking at the code I think it could

Please Explain This Table Error

2003-06-19 Thread Michael Duffy
-row /fo:table-body /fo:table When I run it through FOP, I get this error: [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. What causes this error, and what must I fix? Thanks - MOD __ Do you Yahoo!? SBC Yahoo! DSL - Now only

Re: Please Explain This Table Error

2003-06-19 Thread J.Pietschmann
Michael Duffy wrote: When I run it through FOP, I get this error: [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. What causes this error, and what must I fix? Thanks - Usually FOP calculates the table width from the column widths. However, you use proportional

Re: 'AREA CONTENTS OVERFLOWS...' ERROR (FIXED)

2003-06-13 Thread ca
provisional-distance-between-starts and provisional-label-separation, which means they are set to the default. This means the available width for content of the list item label is 18pt (or something of this order). The error messages in turn indicate that Data1: already overflows the line, further

AREA CONTENTS OVERFLOWS... ERROR

2003-06-12 Thread ca
/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; xsl:template match=report fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; Code which is generating the error messages: - fo:list-block font-size=12pt font-weight=bold line-height=16pt margin-left=8pt margin-right=8pt margin-bottom=8pt

error

2003-06-12 Thread amar
hello any one knows what this error means the same application is working fine on win32 machine but when porting the application to unix i get the following An invalid XML character (Unicode: 0x92) was found in the element content of the document.

AW: error

2003-06-12 Thread Alexander Koppelhuber
that error always occured when i had characters in the document thatare no supported by the encoding: ?xml version="1.0" encoding="ISO-8859-1"? try to changeit to something else Alex -Ursprüngliche Nachricht-Von: amar [mailto:[EMAIL PROTECTED]Gesendet:

Re: AREA CONTENTS OVERFLOWS... ERROR

2003-06-12 Thread J.Pietschmann
provisional-distance-between-starts and provisional-label-separation, which means they are set to the default. This means the available width for content of the list item label is 18pt (or something of this order). The error messages in turn indicate that Data1: already overflows the line, further text

Re: error

2003-06-12 Thread J.Pietschmann
amar wrote: hello any one knows what this error means the same application is working fine on win32 machine but when porting the application to unix i get the following An invalid XML character (Unicode: 0x92) was found in the element content of the document. You probably set the encoding

Re: TTFReader error

2003-06-11 Thread Jeremias Maerki
a custom font I created with Pfaedit (http://pfaedit.sourceforge.net) as described in http://xml.apache.org/fop/fonts.html, but I keep getting the following error with the TTFReader: Exception in thread main java.lang.ArithmeticException: / by zero

Error message

2003-06-11 Thread Mark Baier
Hello all foppers, i got following error message: [ERROR] Areas pending, text probably lost in lineaus der Modellregion Ostthüringen sagt: Die zeitlichen Kapazitäten der Mediziner reichen derzeit nicht aus, sich mit dem Projekt auseinander zu setzen. (Arno Schütze, But the text was printed out

Re: Error message

2003-06-11 Thread J.Pietschmann
Mark Baier wrote: i got following error message: [ERROR] Areas pending, text probably lost in line... But the text was printed out correctly. You were lucky: you probably lost only whitespace. My first question is, what should this error message say to me ?? Text may get lost under certain

Re: Eps image error : For input string:

2003-06-10 Thread Jeremias Maerki
file. If you run again with the -d option on the command line you get a full stacktrace which should give us more information what exactly is wrong because I can't find the For input string error message anywhere in the code. You can also send me (off-list) your EPS and I'll have a look

TTFReader error

2003-06-10 Thread John Dunning
Hi, I'm trying to embed a custom font I created with Pfaedit (http://pfaedit.sourceforge.net) as described in http://xml.apache.org/fop/fonts.html, but I keep getting the following error with the TTFReader: TTF Reader v1.1.1 Reading fonts\FreeSerifBold.ttf... Number of glyphs in font: 10838

Re: Eps image error : For input string:

2003-06-05 Thread Jeremias Maerki
There's probably something strange with your EPS file. If you run again with the -d option on the command line you get a full stacktrace which should give us more information what exactly is wrong because I can't find the For input string error message anywhere in the code. You can also send me

Eps image error : For input string:

2003-06-04 Thread David Mann
Using fop-0.20.5rc3a (j2sdk1.4.1_02/windows 2000), I am getting the following error message processing to pdf: [fop] [ERROR] Error while creating area : Error while recovering Image Informations (file:/E:/test/images/SystemContext.eps) : For input string: Using alternative formats works fine

RE: Tif image error

2003-05-22 Thread Rob Stote
Title: RE: Tif image error Hello: I'm not sure, if you are on a windows box or not, but I have found that most windows imaging software can not handle the fax compression correctly and it inverts the colors. Try d-loading this browser plug-in to view your tiffs: http

Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Om Narayan
I am basically using the ExampleXML2PDF code to test my xsl file. I get an error message saying only table-row are allowed inside table-body. The xsl is generating table-row tags which I verified by dumping the output to a file. Also, if I saved the generated xsl-fo file into a temporary file

Re: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Om Narayan
Thanks for the response. Yes, its definitely a hack because I could not put a /fo:table-row inside the xsl:if tag. I get an error message saying The element type xsl:if must be terminated by the matching end-tag /xsl:if Is there a better way to accomplish what I need to do...i.e. ouputting

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Fernando López Carballeda
Look at http://www.dpawson.co.uk/xsl/sect2/N4486.html#d4085e94 From the [EMAIL PROTECTED] [Grouping] HTH Fernando López Carballeda -Original Message- Sent: miércoles, 14 de mayo de 2003 20:02 Subject: Re: Re: Error when piping XSL-FO to FOP driver using SAXResult Thanks

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Savino, Matt C
=position()//fo:block/fo:table-cell /xsl:if /xsl:if /xsl:for-each /fo:table-row xsl:template Thanks for the response. Yes, its definitely a hack because I could not put a /fo:table-row inside the xsl:if tag. I get an error message saying The element type xsl:if

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Savino, Matt C
. -Original Message- From: Savino, Matt C Sent: Wednesday, May 14, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: RE: Re: Error when piping XSL-FO to FOP driver using SAXResult Below is something we use as part of a much more involved stylesheet. Although looking at it now it's

<    1   2   3   4   5   >