> in x-math.mkiv search for
> 
>    \startxmlsetups mml:apply
> 
> and replace this bit:
> 
>             \edef\mmlapplyaction{\xmlfilter{#1}{/*/tag()}}
>             \doifelsesetups {mml:apply:mml:\mmlapplyaction} {
>                 \xmlsetup{#1}{mml:apply:mml:\mmlapplyaction}
>              } {
>                 \xmlsetup{#1}{mml:\mmlapplyaction}
>              }
> 
> (btw, isn't content mathml more fun than presentation mathml?)
Works nicely. For <eq/> I also had to change this part from name() to
tag():

\startxmlsetups mml:relation
    \edef\mmlapplyaction{\xmlfilter{#1}{/*/tag()}}
    \MMLcreset 
\xmlsetup{#1}{mml:relation:\xmlattdef{#1}{align}{\MMLrelationalign}}
\stopxmlsetups
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to