- From: Roger I Martin PhD <hypernexdev@hypernexinc.com>
- Date: Tue, 07 Dec 2004 10:44:20 -0500
- To: www-math@w3.org
Thank you David, I was limiting the use of selector to linear algebra. Now I'll use it for arrays. The presentation style under ci, I'll use for non array subscripting. such as <ci type="double"> <msub> <mi>I</mi> <mi>∞</mi> </msub> </ci> BTW, any of the open source examples that I build up at http://sourceforge.net/projects/mathml-x/ are available for any future examples in mathml documents, books or projects. Anybody have a specific interest, let me know. -Roger David Carlisle wrote: >>Is there some distinction that I am overlooking >> >> > >Your markup is dropping in to presentation mathml far too early so you >are losing semantic information. > >To select the ith element of an array I would use > ><apply> > <selector/> > <ci>x</ci> > <ci>i</ci> ></apply> > >Not > <ci type="double"> > <msub> > <mi>x</mi> > <mi>i</mi> > </msub> > </ci> > > > > >>or is it possible to have more types defined for example: >> >> > >The list of types is actually defined as being open, with just a >suggested set of types in the REC. > >You can also use definitionURL attributes (or attributes in your own >namespace) to carry any extra information that you need. > > >David > >________________________________________________________________________ >This e-mail has been scanned for all viruses by Star. The >service is powered by MessageLabs. For more information on a proactive >anti-virus service working around the clock, around the globe, visit: >http://www.star.net.uk >________________________________________________________________________ > > >
Received on Tuesday, 7 December 2004 15:42:56 UTC