help decreasing .fo size

2001-08-22 Thread Colin Savage
I am creating a report-style listing of about 1500 rows with 5 columns per row. The biggest problem I have is the size of the fo doc. My source xml doc is about 700kb, but when I create the xsl fo doc it is more than 5mb. I am using tables to do the listing; looking at the amount of characters to c

Re: FOP, SVG and external-graphic Question

2001-08-22 Thread Keiron Liddle
Fred, The xml markup between the and must be valid svg markup. The example you have is not valid. eg. the markup should be able to work standalone as an svg document. If you want to put a graphic inside svg then you need to use the svg:image tag. > > I am having trouble combining external-gra