- From: Frederic G. MARAND <fgm@osinet.fr>
- Date: Tue, 20 Mar 2001 22:45:33 +0100
- To: <www-amaya@w3.org>
Nice idea, but I think that, given Amaya's role, using an XML structure would be
more appropriate than an INI format. Something along the lines of :
[...]
<palette title="Arithmetic" rowcount="3" colcount="2" >
<row>
<item>✗</item>
<item>÷</item>
</row>
<row>
<item>±</item>
<item>&neq;</item>
</row>
</palette>
[...]
Same benefits, but probably cleaner conceptually.
> A thought on implementation of MathML entity pallettes.
> It would be convenient to capture the contents data
> within .ini files. This would save having to make 'fixed'
> decisions on what glyphs go in each pallette at make time
> as well as allowing users to set up their own. In addition
> glyphs accidentally missed can be added easily. And
> finally it would remove drag/drop and dialog requirements
> for building user pallettes
> An example syntax for pallette1.ini could be:
> [row]
> ✗
> ÷
> [row]
> ±
> &neq;
> [row]
> etc.
> [end]
[...]
Received on Tuesday, 20 March 2001 16:44:14 UTC