SVN rev. 16051 errors with:
============================= Make error line 181: problem compiling: src/extension/implementation/xslt.cpp: I n member function 'virtual void Inkscape::Extension::Implementation::XSLT::save( Inkscape::Extension::Output*, SPDocument*, const gchar*)': src/extension/implementation/xslt.cpp:209: error: 'close' was not declared in this scope
I did not look into the details of the error. Thanks for fixing it, Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Ted Gould Sent: woensdag 12 september 2007 8:38 To: Inkscape Devel List Cc: Toine de Greef Subject: [Inkscape-devel] NEW: XSLT Input/output extension support
While it's been on my TODO list for a while, I finally realized how easy it was and finally did it. Using libxslt (which we already link to) Inkscape can now use XSLT stylesheets for input and output. (I thought about effects, is that useful to anyone?)
I've also included into the build a couple of SVG stylesheets I was interested in:
AI SVG: cleans up Adobe SVG to only have in it the "good stuff"
XAML: Toine de Greef posted on his blog[1] a set of XSLT
sheets to convert to and from SVG and XAML. What's really exciting to me about this is that they might be usable to finally bring SVG to IE using Silverlight[2] (at least what XAML supports). But, I think this makes Inkscape the first XAML editor outside of Expression.
More are out there. I know that Adobe had a ChemML to SVG stylesheet somewhere, but I've been unable to find it...
--Ted
[1] http://sanpaku72.blogspot.com/2007/09/having-fun-with-xaml-sil verlight-and.html [2] http://members.chello.nl/~a.degreef/xaml/svg_using_sliverlight.html