RESOLVED: PDF Problem

2003-02-11 Thread Ines Robbers
Hi there, Quite a while ago I asked why the PDF-examples in Cocoon: Building XML Applications by Ziegler Langham don't work - at least on Cocoon version 2.0.4 I found the reason in the XSL:FO stylesheet: It's supposed to be master-reference=page instead of master-name=page Does anyone

Re: RESOLVED: PDF Problem

2003-02-11 Thread jthaemlitz
PROTECTED] cc: 02/11/03 12:58 PM Subject: RESOLVED: PDF Problem

Re: RESOLVED: PDF Problem

2003-02-11 Thread J.Pietschmann
Ines Robbers wrote: It's supposed to be master-reference=page instead of master-name=page Does anyone know more about this? The easiest way to learn about this was to look into the FOP FAQ: http://xml.apache.org/fop/faq.html#faq-N100DE You should have seen the error message described

Re: cocoon book [was: pdf problem]

2003-01-07 Thread Kavitha Ramesh
Hi, I could recommend Professional XSLT Programming from the wrox publishers. Kavitha Ramesh --- Ines Robbers [EMAIL PROTECTED] wrote: Hi, Many thanks for your reply! * (and get a more recent book). Can you recommend one that is suitable for a beginner like me with some XML and

Re: cocoon book [was: pdf problem]

2003-01-07 Thread Jeremy Aston
Wrox do another excellent XSLT book - Beginning XSLT which I thoroughly recommend for even quite experienced XSLT coders. It has loads of best practice and well worked examples. There is a link from my site (http://www.pigbite.com) Best regards Jeremy P.S. (said in complete side whisper)

RE: cocoon book [was: pdf problem]

2002-12-31 Thread Peter Hertogen
: maandag 30 december 2002 23:59 To: [EMAIL PROTECTED] Subject: cocoon book [was: pdf problem] Hi, Many thanks for your reply! * (and get a more recent book). Can you recommend one that is suitable for a beginner like me with some XML and XSLT and no Java knowledge? Cheers, Ines

RE: cocoon book [was: pdf problem]

2002-12-31 Thread Peter Hertogen
sorry Ines, I see you got the book already. I didn't read the pdf problem list, so just ignore my mail -Original Message- From: Ines Robbers [mailto:[EMAIL PROTECTED]] Sent: maandag 30 december 2002 23:59 To: [EMAIL PROTECTED] Subject: cocoon book [was: pdf problem] Hi, Many thanks

pdf problem

2002-12-30 Thread Ines Robbers
Hi there, I'm running Cocoon 2.0.4 on Windows XP and Tomcat 4.1. At the moment I'm trying out the examples from the book Cocoon: Building XML Applications by M. Langham C. Ziegler. In case of PDF-creation, Acrobat is starting to load the file but then a window pops up saying: The file is

PDF problem

2002-12-30 Thread Ines Robbers
Hi there, I'm running Cocoon 2.0.4 on Windows XP. At the moment I'm trying out the examples from the book Cocoon: Building XML Applications by M. Langham C. Ziegler. Some of them work, others don't even though I've copied them from CD. In case of PDF-creation, for instance, Acrobat is loading

Re: pdf problem

2002-12-30 Thread Antonio Gallardo
Hi Ines: Assuming that the PDF generation is right. There is a problem with Adobe Acrobat Reader. Try to set in the configuration of Acrobat that will not open on the same windows (explorer). It must resolve your problem. Regards, Antonio Gallardo. Ines Robbers dijo: Hi there, I'm running

Re: pdf problem

2002-12-30 Thread Perry Molendijk
it had to with some jars (xalan-2.4.1.jar, xercesImpl-2.1.0.jar and xml-apis.jar) not being in the common\endorsed of the tomcat installation. Perry - Original Message - From: Antonio Gallardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 11:04 PM Subject: Re: pdf

Re: pdf problem

2002-12-30 Thread Antonio Gallardo
. Perry - Original Message - From: Antonio Gallardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 11:04 PM Subject: Re: pdf problem Hi Ines: Assuming that the PDF generation is right. There is a problem with Adobe Acrobat Reader. Try to set

AW: pdf problem

2002-12-30 Thread Ines Robbers
: Montag, 30. Dezember 2002 16:46 * An: [EMAIL PROTECTED] * Betreff: Re: pdf problem * * * This is a pretty vague reply but I ran into the same problem * when moving from C2.0.3 to C2.1 but I can't remember exactly * what I did to fix it. I do know it has to do with Cocoon * because the same files

Re: pdf problem

2002-12-30 Thread Joerg Pietschmann
On Monday 30 December 2002 15:34, you wrote: In case of PDF-creation, Acrobat is starting to load the file but then a window pops up saying: The file is damaged and could not be repaired. Most probably the problem is caused by an unhandled exception during PDF rendering, causing the error apge

cocoon book [was: pdf problem]

2002-12-30 Thread Ines Robbers
Hi, Many thanks for your reply! * (and get a more recent book). Can you recommend one that is suitable for a beginner like me with some XML and XSLT and no Java knowledge? Cheers, Ines - Please check that your question

Re: cocoon book [was: pdf problem]

2002-12-30 Thread Perry Molendijk
Can you recommend one that is suitable for a beginner like me with some XML and XSLT and no Java knowledge? Don't know about books but this tutorial on XSL:FO is pretty good: http://www.antennahouse.com/XSLsample/XSLsample.htm And have a look in the links section of the Cocoon doco. Perry

Re: html to pdf problem

2002-11-14 Thread Joerg Heinicke
Isn't the error message straightforward? You are using a master-name twice. I.e. search for the attributes master-name in your FO and rename, when there is one duplicate. Regards, Joerg saikat wrote: Hi, I'm facing problems with converting a html file to pdf format.I'm using cocoon2.0

html to pdf problem

2002-11-13 Thread saikat
Hi, I'm facing problems with converting a html file to pdf format.I'm using cocoon2.0 ,tomcat4.0.3 j2sdk1.4.0 while running the file it is giving following error -- org.apache.cocoon.ProcessingException: Could not read resource

Re: html to pdf problem

2002-11-13 Thread Charles Brewster
saikat wrote: Hi, I'm facing problems with converting a html file to pdf format.I'm using cocoon2.0 ,tomcat4.0.3 j2sdk1.4.0 while running the file it is giving following error -- org.apache.cocoon.ProcessingException: Could not read resource

FO/PDF Problem

2002-05-03 Thread Derek Hohls
Hi I am trying to learn FO, and have started with the IBM developer works Tutorial; http://www-106.ibm.com/developerworks/education/transforming-xml/xmltopdf/index.html the code samples were orginally designed to run under Cocoon 1, but I thought *should* work under 2 as well... I get the

Re: FO/PDF Problem

2002-05-03 Thread Derek Hohls
The problem with XSLT-FO code attached, was that it was an earlier spec and needs some work to update - I will contact the author... [EMAIL PROTECTED] 03/05/2002 01:31:12 Hi I am trying to learn FO, and have started with the IBM developer works Tutorial;

Re: FO/PDF Problem

2002-05-03 Thread Johannes Koch
Hi Derek, Derek Hohls schrieb: Hi I am trying to learn FO, and have started with the IBM developer works Tutorial; http://www-106.ibm.com/developerworks/education/transforming-xml/xmltopdf/index.html the code samples were orginally designed to run under Cocoon 1, but I thought *should*