Re: subscript context xslt analysis

> 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 10:48:05 UTC