Re: [NTG-context] XML/MathML namespace handling bug

2021-03-26 Thread Hans Hagen
On 3/26/2021 6:02 AM, Hugo Landau wrote: 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:\mmlapp

Re: [NTG-context] XML/MathML namespace handling bug

2021-03-25 Thread Hugo Landau
> 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} > } {

Re: [NTG-context] XML/MathML namespace handling bug

2021-03-20 Thread Hans Hagen
On 3/20/2021 10:52 PM, Hugo Landau wrote: Thanks for ConTeXt, it is an amazing system. The following test case demonstrates the bug. \usemodule[mathml] \starttext \xmlprocessdata{}{ http://www.example.com/ns/foo"; xmlns:m="http://www.w3.org/1998/Math/MathML";> ab

[NTG-context] XML/MathML namespace handling bug

2021-03-20 Thread Hugo Landau
Thanks for ConTeXt, it is an amazing system. The following test case demonstrates the bug. \usemodule[mathml] \starttext \xmlprocessdata{}{ http://www.example.com/ns/foo"; xmlns:m="http://www.w3.org/1998/Math/MathML";> ab ab }{} \stoptext No output is produ