Re: creating SVG from MathML

2006-04-12 Thread Jeremias Maerki
There were some guys from sam-solutions.net (Siarhei Baidun and Gennadiy Tsarenkov) a few months ago who were working on improving JEuclid (check out the fop-dev mailing list archives). You may want to check out the latest sources in JEuclid's CVS. After all, the source code is always the best sou

Re: creating SVG from MathML

2006-04-12 Thread Dirk Bromberg
Hi, i've testet converting MathML with JEuclid and the code from the MathMLElement.java from FOP to SVG but in most cases i get exceptions or warnings... 1. Most Warnings i get are like: "Warning element mpadded is not implemented" is there a known overview which MathML Elements are support

RE: creating SVG from MathML

2006-04-01 Thread Robert Leif
: creating SVG from MathML J.Pietschmann wrote: > [EMAIL PROTECTED] wrote: >> Since MathML is XML and SVG is XML, the natural way to convert one to >> another, as I see it, is with with XSLT. > > Well, converting the structure of a mathematical expression, which > is what Math

Re: creating SVG from MathML

2006-03-31 Thread Dirk Bromberg
J.Pietschmann wrote: [EMAIL PROTECTED] wrote: Since MathML is XML and SVG is XML, the natural way to convert one to another, as I see it, is with with XSLT. Well, converting the structure of a mathematical expression, which is what MathML represents, into a 2D image involves some tricky comput

Re: creating SVG from MathML

2006-03-31 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Since MathML is XML and SVG is XML, the natural way to convert one to another, as I see it, is with with XSLT. Well, converting the structure of a mathematical expression, which is what MathML represents, into a 2D image involves some tricky computations. I'd expect an

Re: creating SVG from MathML

2006-03-31 Thread Dirk Bromberg
Thanks for answers. I'll have a look at JEuclid and the fop source. Dirk Jeremias Maerki wrote: http://sourceforge.net/projects/jeuclid FOP has a demo extension that uses JEuclid to convert MathML to SVG internally. On 31.03.2006 15:50:35 Dirk Bromberg wrote: Hello, [EMAIL PROTECTED] wro

RE: Re: creating SVG from MathML

2006-03-31 Thread cknell
From: Dirk Bromberg <[EMAIL PROTECTED]> Sent: Fri, 31 Mar 2006 15:50:35 +0200 To: fop-users@xmlgraphics.apache.org Subject: Re: creating SVG from MathML Hello, [EMAIL PROTECTED] wrote: > Since MathML is XML and SVG is XML, the natural way to convert one to > another, as

Re: creating SVG from MathML

2006-03-31 Thread Jeremias Maerki
http://sourceforge.net/projects/jeuclid FOP has a demo extension that uses JEuclid to convert MathML to SVG internally. On 31.03.2006 15:50:35 Dirk Bromberg wrote: > Hello, > > [EMAIL PROTECTED] wrote: > > Since MathML is XML and SVG is XML, the natural way to convert one to > > another, as I se

Re: creating SVG from MathML

2006-03-31 Thread Dirk Bromberg
Hello, [EMAIL PROTECTED] wrote: Since MathML is XML and SVG is XML, the natural way to convert one to another, as I see it, is with with XSLT. Are you looking for a ready-made Java package with classes to produce a variety of SVG formats, or are you looking for a general approach? i'm look

RE: creating SVG from MathML

2006-03-31 Thread cknell
-Original Message- From: Dirk Bromberg <[EMAIL PROTECTED]> Sent: Fri, 31 Mar 2006 15:18:00 +0200 To: fop-users@xmlgraphics.apache.org Subject: creating SVG from MathML Hi, i've a short question: i want to create SVG images to embedd in fop from MathML XML Co

creating SVG from MathML

2006-03-31 Thread Dirk Bromberg
Hi, i've a short question: i want to create SVG images to embedd in fop from MathML XML Code. I don't want to use the direct way, because i want to use the SVG images in another application too... But how can i do this? (in Java Code...) Some hints? Thanks. Dirk -