Re: text functions in MathML

I thought about that too, but was a bit
reluctant to start putting naked presentation
directly into a content construct.

The intent has been to limit use of
presentation to the content of ci and
csymbol... with the exception being 
that ci and csymbol containers don't
need an extra mi layer if the body is just
characters.

Of course, a case could be made for using
ms as the string data type and
for allowing it behaving like ci in 
content constructs but I think
we would need to make that an explicit
exception.

 
Stan.

---- Original message ----
>Date: Thu, 8 Aug 2002 16:42:39 -0500
>From: Robert Miner <RobertM@dessci.com>  
>Subject: Re: text functions in MathML  
>To: herman@velosel.com
>Cc: www-math@w3.org
>
>
>
>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 18:57:21 UTC