I need help with an XSL-FO solution

2006-06-20 Thread Clifton Craig
Hello all, I've started a project involving rather complicated FOP generation. I have the details on what exactly I'm trying to do on my weblog here: http://codeforfun.wordpress.com/2006/06/12/new-xml-grammar/ In short, I'm writing a stylesheet that transforms a custom XML grammar into XSL-FO

Re: Do I have to use FO just for CR-LF's in plain text output?

2006-01-18 Thread Clifton Craig
On Monday 16 January 2006 4:07 pm, Clifton Craig wrote: Hello all, We have a requirement to generate fixed formatted plain text output from XML for later processing by another app. We currently use pure XSLT (w/o FO) to generate the output. We recently discovered that the CR/LF sequences

Do I have to use FO just for CR-LF's in plain text output?

2006-01-16 Thread Clifton Craig
Hello all, We have a requirement to generate fixed formatted plain text output from XML for later processing by another app. We currently use pure XSLT (w/o FO) to generate the output. We recently discovered that the CR/LF sequences that are put in the result tree by the stylesheet were'nt

Re: Anyone use Ivy to configure FOP?

2005-12-16 Thread Clifton Craig
. On 14.12.2005 20:43:21 Clifton Craig wrote: Quick question. Has anyone on this list ever used Ivy to configure FOP? I've setup a project where I'm using Ivy in my build and getting all of my dependencies from Ivy repositories (both in house and on the net). One of the things that keeps

Anyone use Ivy to configure FOP?

2005-12-14 Thread Clifton Craig
Quick question. Has anyone on this list ever used Ivy to configure FOP? I've setup a project where I'm using Ivy in my build and getting all of my dependencies from Ivy repositories (both in house and on the net). One of the things that keeps biting me is the dependencies of FOP. I set a

Re: Page Sequences

2005-12-09 Thread Clifton Craig
8, 2005, at 23:01, Clifton Craig wrote: I'm banging my head on this so maybe I'll look into the quick fix since this is the 2nd or 3rd time someone has brought it up. Is it a jar or something that would be easy to install? Not exactly... although not too much effort either. Check out

Re: Page Sequences

2005-12-09 Thread Clifton Craig
Thank you all so much. I have another question though. Why is it that I would get the same OutOfMemoryError on the XEP personal edition? That's what has me wondering if it's really something wrong with my FO syntax or my stylesheet. It has me wondering about one section in my stylesheet that

Re: Page Sequences

2005-12-09 Thread Clifton Craig
Ok, I've been toiling over this for far too long and I'm 'bout to be fired as a result. I really need some help. My report works as follows. Depending on what option the report runs with there will be nested group/ elements representing the layout of the data respective to the UI selection.

Re: Page Sequences

2005-12-09 Thread Clifton Craig
at declarative/functional programming. -- Clifton C. Craig, Software Engineer [EMAIL PROTECTED] On Friday 09 December 2005 3:26 pm, Clifton Craig wrote: Ok, I've been toiling over this for far too long and I'm 'bout to be fired as a result. I really need some help. My report works as follows

Re: Page Sequences

2005-12-08 Thread Clifton Craig
. Craig, Software Engineer [EMAIL PROTECTED] On Thursday 08 December 2005 3:56 am, Chris Bowditch wrote: Clifton Craig wrote: snip/ J, So the only time tables are realeased are at the end of a page sequence? That would explain my dilemma. Even though I use multiple smaller tables per

Re: Page Sequences

2005-12-07 Thread Clifton Craig
Andreas, Thanx for your reply. Yes I do want to ultimately make it look like it did when I just dumped the entire report body under one page sequence, however I cannot use one page sequence due to memory overflow issues. I'm still a little concerned as to why I'm having memory overflow if it

Re: Page Sequences

2005-12-07 Thread Clifton Craig
On Wednesday 07 December 2005 3:46 pm, J.Pietschmann wrote: Clifton Craig wrote: I'm still a little concerned as to why I'm having memory overflow if it is the norm to use one page sequence for the report body as I've done. Tables lock up objects used for content formatting for too long

Re: Page Sequences

2005-12-06 Thread Clifton Craig
: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 4:42 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Page Sequences Clifton Craig wrote: I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple

Re: Page Sequences

2005-12-06 Thread Clifton Craig
2005 5:47 pm, Andreas L Delmelle wrote: On Dec 5, 2005, at 21:43, Clifton Craig wrote: Hi, I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple page sequences. For example I have some static content that I like

Page Sequences

2005-12-05 Thread Clifton Craig
I'm writing a report transform usinf XSLT for XSL-FO and I have some basic questions. What's the best way to code for multiple page sequences. For example I have some static content that I like to keep in the header and footers and I guess it doesn't matter but I'd like to reuse chunks of