Hi,
        I have this Math ML xml file that I want to embed in a tiddler
to display the equation:

<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>
<html>
<math xmlns="http://www.w3.org/1998/Math/MathML";>
      <apply>
        <union/>
        <apply>
          <intersect/>
          <ci>A</ci>
          <ci>B</ci>
        </apply>
        <apply>
          <intersect/>
          <ci>C</ci>
          <ci>D</ci>
        </apply>
      </apply>
    </math>
</html>

How can I do that? How can I specify the xml stylesheet?

Milind

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to