invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
First of all, thank you to all who have helped me get this far. I have an xsl and can generate the appropriate xml from the data in the database. When I run the fop command manually, it generates a very nice looking pdf with no errors (other than a font message). I use php code to generate

Re: invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
Andreas Delmelle wrote: On 13 Nov 2008, at 19:38, Sheldon Glickler wrote: Hi snip / I use php code to generate the xml file. This php is invoked via an AJAX call. After the xml file is generated I use the php command exec(the_command_string_for_running_the_php); How is the setup

Re: invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
Andreas Delmelle wrote: On 13 Nov 2008, at 20:43, Sheldon Glickler wrote: Hi snip / Now I am left with wondering why the exec command didn't create the pdf -- but that is a different problem. This needs some digging in the server logs, if I guess correctly... (if there is a server log

Re: Can someone look at this, please?

2008-11-11 Thread Sheldon Glickler
David Gerdt wrote: The problem is in your XSL, so we'll need to see at least the relevant portions. You can also get help with XSL at http://www.mulberrytech.com/xsl/xsl-list/ Sheldon Glickler [EMAIL PROTECTED] 11/11/2008 4:33 PM I cannot seem to figure out why the bus_summary line

Re: Out of bounds exception

2008-11-10 Thread Sheldon Glickler
Sheldon Glickler wrote: How do you track down an ArrayIndexOutOfBoundsException. I have attached the xsl and xml file. Forgot to mention that this is for version .20 and I am running it on Windows (XP). - To unsubscribe, e

Re: Out of bounds exception

2008-11-10 Thread Sheldon Glickler
Jay Bryant wrote: Those details matter sometimes but not this time. This time, your problem comes from templates that don't properly handle the input. That'll blow up on any OS and any version of FOP (or any other FO processor). In other words, you had an XSL error rather than a FOP or OS

Re: Question on page wrap

2008-11-01 Thread Sheldon Glickler
Andreas Delmelle wrote: On Oct 31, 2008, at 20:03, Sheldon Glickler wrote: I have a report that has an arbitrary number of columns. The number of columns is such that it would go beyond the page width. Also the number of rows is such that it goes beyond the page height. Problematic. XSL

Re: Question on page wrap

2008-11-01 Thread Sheldon Glickler
Andreas Delmelle wrote: On Nov 1, 2008, at 13:08, Sheldon Glickler wrote: Andreas Delmelle wrote: On Oct 31, 2008, at 20:03, Sheldon Glickler wrote: I have a report that has an arbitrary number of columns. The number of columns is such that it would go beyond the page width. Also

Question on page wrap

2008-10-31 Thread Sheldon Glickler
I have a report that has an arbitrary number of columns. The number of columns is such that it would go beyond the page width. Also the number of rows is such that it goes beyond the page height. I have five columns that are somewhat fixed in the beginning and then the arbitrary number of

Once again I need a little more help please.

2008-10-19 Thread Sheldon Glickler
I followed Jay Bryant's advice and structured my xsl file according to his example. I got it to work well, but in saving things I overwrote what I had done. I recreated it -- almost. I now have a few questions; 1 - In the attached files, why are no business units showing up? I have looked

Re: Once again I need a little more help please.

2008-10-19 Thread Sheldon Glickler
Sheldon Glickler wrote: I followed Jay Bryant's advice and structured my xsl file according to his example. I got it to work well, but in saving things I overwrote what I had done. I recreated it -- almost. I now have a few questions; 1 - In the attached files, why are no business units

Re: Once again I need a little more help please.

2008-10-19 Thread Sheldon Glickler
Sheldon Glickler wrote: Sheldon Glickler wrote: I followed Jay Bryant's advice and structured my xsl file according to his example. I got it to work well, but in saving things I overwrote what I had done. I recreated it -- almost. I now have a few questions; 1 - In the attached files, why

Re: Once again I need a little more help please.

2008-10-19 Thread Sheldon Glickler
Jay Bryant wrote: I followed Jay Bryant's advice and structured my xsl file according to his example. I got it to work well, but in saving things I overwrote what I had done. I recreated it -- almost. I now have a few questions; Glad it worked for you as far as it did. Great. You have

Re: Once again I need a little more help please.

2008-10-19 Thread Sheldon Glickler
Jay Bryant wrote: Hi, Sheldon, 1 - I am using number-columns-spanned in order to use the same template with sub-section headings and totals. I use the parameter merge. For the sub-titles, I give it a value of 13 (all the columns). For the sub-section totals, I give the first one a value

Newbie needs a little help

2008-10-13 Thread Sheldon Glickler
I am trying to put together a report and have been learning fop and xsl. I have attached the xsl and xml that I am writing. My question is why don't the last two lines in this setup appear? That is, why doesn't the data line show up nor the summary line. The business unit title line does

Re: Newbie needs a little help

2008-10-13 Thread Sheldon Glickler
Brown, Phyllis (NIH/NIEHS) [C] wrote: It looks like you have 2 problems: - You need to add fo:block around both xsl:value-of select=value/ - You need to select the bu_summary level in order to select the summary_item within it (therefore you need a loop on bu_summary) Thank you very much.

I need a little more help please.

2008-10-13 Thread Sheldon Glickler
I have reduced my xsl to a minimum so that I can generated data to write an xml. I can't find why my two headerlines are not appearing. (I have reduced this example to as small as I can). I have included the files. ?xml version=1.0? xsl:stylesheet version=1.0