Hi Sean, Sean Wheller <[EMAIL PROTECTED]> wrote on 01/03/2007 09:01:25 AM:
> On Wednesday 03 January 2007 13:06, [EMAIL PROTECTED] wrote: > > you need to mark your SVG Document as being version > > 1.2 (the version attribute must be on root svg element): > > > > <svg version="1.2" > OK, now that looks like a problem in Inkscape. Yes, Inkscape should add the version attribute if it is using features from SVG 1.2. However, even if Inkscape fixes this you still have this problem: > > We also require that the 'flowPara' element be wrapped > > in a 'flowDiv' element. Which is why I earlier suggested, that you look into preprocessing your SVG with an XSLT script in docbook. I don't know much about DocBook but I would be surprised if you couldn't set it up to run your source SVG through a stylesheet before rendering it. This would let you take care of all this stuff (Adding the onload script, wrapping the flowPara with a flowDiv, and setting the version attribute).