Re: text functions in MathML

Hi.

> One problem I see is that string constants do not have their own tag.

Note that the <ms> tag from presentation markup is for string
constants.  You could mixed these tokens with content extensions as
Stan suggested, eg.

<apply>
<csymbol definitionURL="concat"/>
<ms>abc</ms>
<ms>def</ms>
</apply>

is also valid, if a bit perverse, MathML.

--Robert

------------------------------------------------------------------
Robert Miner                                    RobertM@dessci.com
MathML 2.0 Specification Co-editor                    651-223-2883
Design Science, Inc.   "How Science Communicates"   www.dessci.com
------------------------------------------------------------------

Received on Thursday, 8 August 2002 17:43:18 UTC