Re: Editing Inkscape SVG files with Python?

2012-09-24 Thread Matej Cepl
On 24/09/12 00:53, Steven D'Aprano wrote: Googling for python inkscape comes up with too many hits for Inkscape's plugin system to be much help to me. Aside from suggesting lxml, I would ask So why not to follow the stream and create Inkscape plugin? I have in similar situation created a

Editing Inkscape SVG files with Python?

2012-09-23 Thread Steven D'Aprano
I have some SVG files generated with Inkscape containing many text blocks (over 100). I wish to programmatically modify those text blocks using Python. Is there a library I should be using, or any other guidelines or advice anyone can give me? Googling for python inkscape comes up with too

Re: Editing Inkscape SVG files with Python?

2012-09-23 Thread Oscar Benjamin
On 23 September 2012 23:53, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: I have some SVG files generated with Inkscape containing many text blocks (over 100). I wish to programmatically modify those text blocks using Python. Is there a library I should be using, or any other

Re: Editing Inkscape SVG files with Python?

2012-09-23 Thread Ben Finney
Steven D'Aprano steve+comp.lang.pyt...@pearwood.info writes: I have some SVG files generated with Inkscape containing many text blocks (over 100). I wish to programmatically modify those text blocks using Python. Is there a library I should be using, or any other guidelines or advice anyone