Re: SVG XML Access

2008-01-25 Thread Jeremias Maerki
Raphael, I hadn't implemented support for a DOMSource but have done so now: http://svn.apache.org/viewvc?rev=615144view=rev Take a look at the test case that I've added. It demonstrates how you can write a URIResolver that returns an SVG DOM. That way you can do all the SVG manipulation you

RE: SVG XML Access

2008-01-25 Thread Raphael Parree
FOP working copy to 615144. Tx., -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 09:31 To: fop-users@xmlgraphics.apache.org Subject: Re: SVG XML Access Raphael, I hadn't implemented support for a DOMSource but have done so now: http

Re: SVG XML Access

2008-01-25 Thread Vincent Hennebert
Hi, Jeremias Maerki wrote: Please post the stacktrace and possibly an FO so Vincent can fix the table layout code. He's currently working on it and I'm sure he'll appreciate the feedback. Indeed, although the computeSpanHeight method no longer exists in the Trunk. Raphael, would you mind

Re: SVG XML Access

2008-01-25 Thread Jeremias Maerki
Please post the stacktrace and possibly an FO so Vincent can fix the table layout code. He's currently working on it and I'm sure he'll appreciate the feedback. On 25.01.2008 11:30:17 Raphael Parree wrote: Jeremias, Thanks I have updated, but can't tell if it works yet. I am getting anoher

RE: SVG XML Access

2008-01-25 Thread Raphael Parree
@xmlgraphics.apache.org Subject: Re: SVG XML Access Hi, Jeremias Maerki wrote: Please post the stacktrace and possibly an FO so Vincent can fix the table layout code. He's currently working on it and I'm sure he'll appreciate the feedback. Indeed, although the computeSpanHeight method no longer

Re: SVG XML Access

2008-01-25 Thread Jeremias Maerki
FOP working copy to 615144. Tx., -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 09:31 To: fop-users@xmlgraphics.apache.org Subject: Re: SVG XML Access Raphael, I hadn't implemented support for a DOMSource but have done so now

RE: SVG XML Access

2008-01-25 Thread Raphael Parree
out of bounds in the computeSpanHeight of the RowPainter). Will let you know if it works... -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 11:02 To: fop-users@xmlgraphics.apache.org Subject: Re: SVG XML Access Sorry, I've only tested

Re: SVG XML Access

2008-01-25 Thread Vincent Hennebert
Vincent Hennebert wrote: Hi, Jeremias Maerki wrote: Please post the stacktrace and possibly an FO so Vincent can fix the table layout code. He's currently working on it and I'm sure he'll appreciate the feedback. Indeed, although the computeSpanHeight method no longer exists in the

Re: SVG XML Access

2008-01-25 Thread Vincent Hennebert
Hi Raphael, Raphael Parree wrote: Vincent, The rev of my local copy is the latest: 615171. When looking at http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/src/java/org/apache/fo p/layoutmgr/table/RowPainter.java I still see the computeSpanHeight, does that make sense? I will try

RE: SVG XML Access

2008-01-25 Thread Raphael Parree
will send that in a separate mail not to blur the subject too much.. Thanks, Raphael -Original Message- From: Raphael Parree [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 11:30 To: 'fop-users@xmlgraphics.apache.org' Subject: RE: SVG XML Access Jeremias, Thanks I have updated

RE: SVG XML Access

2008-01-25 Thread Raphael Parree
:58 To: fop-users@xmlgraphics.apache.org Subject: Re: SVG XML Access Raphael sent me a sample FO file offline, which allowed me to spot a bug that appeared during my last refactoring of tables. The bug is now fixed in the Trunk. Thanks for the sample file, Raphael! And to the community: any