SVG Dom Library

Want to discuss something with the Inkscape community that doesn't relate to Inkscape? Discuss it here.
tonio
Posts: 1
Joined: Wed Sep 30, 2009 10:42 pm

SVG Dom Library

Postby tonio » Wed Sep 30, 2009 10:54 pm

In a C++ application I am developing, I need to load svg files, then access and manipulate their dom model and at the and render them.
I know I can render the svg with cairo, but how can I access and manipulate the dom model objects?
Is there a library in C++?

User avatar
prkos
Posts: 1625
Joined: Tue Nov 06, 2007 8:45 am
Location: Croatia

Re: SVG Dom Library

Postby prkos » Thu Oct 01, 2009 5:18 am

Fast and stable (I used it in mission critical projects): xerces-c, apache.org http://xerces.apache.org/xerces-c/

Qt XML, Qt framework is also excellent http://doc.trolltech.com/2.3/xml.html
Qt also has svg render
just hand over the chocolate and nobody gets hurt

Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download


Return to “Off topic”