Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 30706 invoked from network); 1 Nov 2000 04:02:06 -0000 Received: from mail.maine.rr.com (@204.210.65.65) by locus.apache.org with SMTP; 1 Nov 2000 04:02:06 -0000 Received: from dt0b3n8e.maine.rr.com ([24.95.11.142]) by mail.maine.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Tue, 31 Oct 2000 23:02:41 -0500 Received: from mcordes by dt0b3n8e.maine.rr.com with local (Exim 3.16 #1 (Debian)) id 13qp4u-0000Jd-00; Tue, 31 Oct 2000 23:00:44 -0500 Date: Tue, 31 Oct 2000 23:00:44 -0500 From: Matthew Cordes To: cocoon-users@xml.apache.org, Scott Jones Subject: Re: Inconsistent Responses from Dynamic FOP Page? Message-ID: <20001031230044.A1199@dt0f0nac.maine.rr.com> References: <018401c0431e$edca6c80$b28acf3f@bilbo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <018401c0431e$edca6c80$b28acf3f@bilbo>; from scott@izio.com on Tue, Oct 31, 2000 at 01:42:45AM -0800 Sender: Matthew Cordes X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N There is a newer versio n of FOP, perhaps start there. -matt On Tue, Oct 31, 2000 at 01:42:45AM -0800, Scott Jones wrote: > Hi, > > I'm generating a dynamic PDF file using a namespace taglib, and a XSL > transform using FOP. However, I am struggling because I cannot seem to get > my PDF get generated consistently... Oftentimes, a request from the browser > will time-out, but at other times, it works perfectly. I have found no > pattern as to when it fails... I have tried each of the Cocoon FAQ > suggestions for getting IE to work correctly with FOP generated PDFs, but > this problem is plaguing every browser that I have (and creating a servlet > and/or changing the file extension to ".pdf" has not helped with the > consistency). Thanks for any > suggestions that anyone might have... > > I am using Cocoon 1.8, Tomcat 3.2 b6, FOP 0.13 > > Thanks for taking a look! > > -Scott > > > > I've got snippets of each of my files listed below: > > test.xml > ========================================== > > > > > > > > xmlns:xsp="http://www.apache.org/1999/XSP/Core" > xmlns:test="http://www.mydomainname.com/test" > > > > Title Here >
> > > Plus I've got content in here... >
>
>
> > test.xsp.xsl (Tag Library) > ================================================= > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xsp="http://www.apache.org/1999/XSP/Core" > xmlns:test="http://www.mydomainname.com/test" > > > > > > > > > > > > select="@*|*|text()|processing-instruction()"/> > > > > > > . . . . . > > > > > > > test.fo.xsl > =============================================== > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:fo="http://www.w3.org/1999/XSL/Format"> > > > type="text/xslfo" > > > > page-master-name="one" > page-width="8.5in" > page-height="11in" > margin-top="0.5in" > margin-bottom="0.5in" > margin-left="0.5in" > margin-right="0.5in"> > > margin-top="0.5in" > margin-bottom="0.5in" > margin-right="0.5in" > margin-left="0.5in"/> > > > > > > page-master-first="one" > page-master-repeating="one"/> > > > > > href="file:/usr/local/tomcat/webapps/ROOT/images/Logo1.gif" > height="1cm" > width="2cm"/> > > > > > > href="file:/usr/local/tomcat/webapps/ROOT/images/titleLogo.gif" > width="6cm" > height="2cm"/> > > > > > > > > > font-family="sans-serif" > text-align-last="centered" > space-before.optimum="18pt"> > > > > > > font-family="sans-serif" > text-align-last="justify" > space-before.optimum="12pt"> > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org >