problems big files xml 1Mo

2002-03-26 Thread Philippe Pithon
Hello! I am a French user of FOP I read e-mails on the problems of crash and slowness on big files 1Mo And apparently there are not too many solutions Maybe being resolved in the next version ? At present I have that a page - sequence for all the document. According to the users of FOP, it's

Xerces compatibility question

2002-03-26 Thread Guillaume Mathe
Hi, On 25 Mar 2002 at 20:53, J.Pietschmann wrote: Generate multiple fo:page-sequence elements: xsl:template match=/ fo:root fo:layout-master-set ... /fo:layout-master-set xsl:apply-templates/ /fo:root /xsl:template xsl:template match=subdoc

Re: Page sequence error

2002-03-26 Thread Guillaume Mathe
Hi, On 26 Mar 2002 at 9:57, Alastair Growcott wrote: When running FOP on my XML document via XSL, I get the following error: [ERROR]: org.apache.fop.apps.FOPException: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master' FOP conforms to the

RE: Page sequence error

2002-03-26 Thread Alastair Growcott
Thanks. They need to update xslfoRef.pdf in the FOP distribution. From: Guillaume Mathe [mailto:[EMAIL PROTECTED] FOP conforms to the latest specs - thus your 'master-name' in 'page-sequence' should be replaced with 'master-reference'. This holds true for other objects as well, take a

Let's get bold.

2002-03-26 Thread Alastair Growcott
The XML line ?xml-stylesheet type=text/xsl href=file:///D:/XML/ccr_fo.xsl? tells IE 6.0 to run the XSL file D:/XML/ccr_fo.xsl on the current XML file and display the output (we are talking pure client-side here). Is there a line that could be added to an XML file that would trigger a

XML parsing

2002-03-26 Thread Alastair Growcott
Any chance that FOP will ever use the stylesheet specified in the XML file to peform the XSLT?

RE: XML parsing

2002-03-26 Thread Michiel Verhoef
Let me see, part of this problem is XSL(T), part of the problem is how to pass the result to Acrobat, right? At the moment I'm pretty busy solving a little problem over here but I'll get back with a style sheet bit to extract the stylesheetname from the XML file (that should be possible, or am I

Re: Page sequence error

2002-03-26 Thread jthaemlitz
This doesn't seem to correspond to your exception, but you should probably move your fo:flow before you call your ccjob template. Otherwise you create a new flow each time you get another ccjob. I'd try making the following mod and remove the flow from your ccjob template fo:page-sequence

ohm symbol not supproted ?

2002-03-26 Thread Rodolphe VAGNER
I try a fop transformation in UTF-16 with ohm symbol (greek omega capital letter) and I find a ' O ' in the pdf result, but ยต is supported !! Can someone help ?

force-count-page : end on even

2002-03-26 Thread Rodolphe VAGNER
Hy, My format of footpage is : page x on X But it seems that the forced page is not counted ! ( my last page is 'page 42 on 41' !!!) Is there a solution ?

Re: problems big files xml 1Mo

2002-03-26 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I don't think these are the best solutions because you loose some of your XML tag formatting with xsl:text. Worse, the code will fail under certain circumstances, for reasons hard to understand for the average user. It is likely that it will always fail in future

Re: Embedding Type I fonts

2002-03-26 Thread Jeremias Maerki
Yeah, you're using font-weight=lighter, but only normal (see your fonts element) is registered. On 26.03.2002 20:02:44 Levy, Alane wrote: I am having trouble getting FOP to recognize a Type I font (Helvetica-Light). I followed the instructions on the web page

Re: possible to specify required spaces?

2002-03-26 Thread Craeg K Strong
Can you use fo:leader? Check out http://www.renderx.com/Tests/leader.fo HTH, --Craeg [EMAIL PROTECTED] wrote: 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