unknown tags and client plug-ins

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

this method:

	<object class=math-minse src=http://www.ack.com/aover2.htm>

	---------contents of aover2.htm-------
	a/2
	----end contents of aover2.htm-------

or this
	<object class=math-minse>a/2</object>

or just

	<math>a/2</math>

Received on Friday, 26 July 1996 18:32:54 UTC