Re: unknown tags and client plug-ins

> if i want to create a plug-in that renders MINSE mathematecal
> expressions should i use ...

Actually, none of those looks really great.  How about:

<object class=math-minse src="eqn1.minse">
  <img src="eqn1.gif" alt="a/2">
</object>

or even something like

<object class=math-minse content="div(a,2)">
  <object type="image/png" src="eqn2.png">
    <math> a / 2 </math>
  </object>
</object> 

Received on Friday, 26 July 1996 18:50:51 UTC