I wrote:

> A screenshot of all three browsers running the attached 
> document is on my
> blog:
> 
>  
> <http://internet-apps.blogspot.com/2005/06/xhtmlmathmlsvg-docu
> ment-in-sidewi
> nder.html>

The 'attached document' didn't make it through, but if you want it, it looks
something like this:

<html
 xmlns="http://www.w3.org/1999/xhtml";
 xmlns:m="http://www.w3.org/1998/Math/MathML";
 xmlns:svg="http://www.w3.org/2000/svg";
> 
        <head> 
                <title>XHTML + MathML + SVG</title>
                <link rel="DC.source"
href="http://www.cse.ohio-state.edu/~gurari/course/cis788/cis788su13.html";
/>
        </head>
        <body> 
                <h1>XHTML + SVG + MathML</h1>
                <p>(This example is based on one from
                        <a
href="http://www.cse.ohio-state.edu/~gurari/course/cis788/cis788su13.html";>a
n assignment</a>
                        at Ohio State.)</p>

                <p>A formula:</p>
                <m:math>
                        <m:mfrac>
                                <m:mi>k</m:mi>
                                <m:mn>0</m:mn>
                        </m:mfrac>
                </m:math>
                <m:math>
                        <m:mfrac>
                                <m:mi>k</m:mi>
                                <m:mn>2</m:mn>
                        </m:mfrac>
                </m:math>
                <m:math>
                        <m:mfrac>
                                <m:mi>k</m:mi>
                                <m:mn>3</m:mn>
                        </m:mfrac>
                </m:math>
                <p>and a picture:</p>
                <div style="position: absolute; top: 0;">
                        <svg:svg width="200" height="200" style="border: 1px
solid black;">
                                <svg:circle cx="50" cy="50" r="40"
fill="yellow" />
                                <svg:rect x="50" y="50" width="40"
height="40" fill="green" /> 
                                <svg:rect x="10" y="10" width="40"
height="40" fill="green" />
                        </svg:svg>
                        <svg:svg width="200" height="200" style="border: 1px
solid black;">
                                <svg:circle cx="50" cy="50" r="40"
fill="yellow" />
                                <svg:rect x="50" y="50" width="40"
height="40" fill="green" /> 
                                <svg:rect x="10" y="10" width="40"
height="40" fill="green" />
                        </svg:svg>
                        <svg:svg width="200" height="200" style="border: 1px
solid black;">
                                <svg:circle cx="50" cy="50" r="40"
fill="yellow" />
                                <svg:rect x="50" y="50" width="40"
height="40" fill="green" /> 
                                <svg:rect x="10" y="10" width="40"
height="40" fill="green" />
                        </svg:svg>
                </div>
        </body> 
</html>

Regards,

Mark


Mark Birbeck
CEO
x-port.net Ltd.

e: [EMAIL PROTECTED]
t: +44 (0) 20 7689 9232
w: http://www.formsPlayer.com/
b: http://internet-apps.blogspot.com/

Download our XForms processor from
http://www.formsPlayer.com/





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to