Re: [xsl] HTML5 and MathML and namespaces, oh my

Subject: Re: [xsl] HTML5 and MathML and namespaces, oh my
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Nov 2020 03:18:14 -0000
On Fri, 2020-11-06 at 01:13 +0000, Chris Papademetrious
christopher.papademetrious@xxxxxxxxxxxx wrote:
> 
> B  <xsl:template xmlns="http://www.w3.org/1998/Math/MathML";
> match="mi">

i think you want,
<xsl:template xmlns:m="http://www.w3.org/1998/Math/MathML";
match="m:mi">

as the defaultnamespace for XPath expresions isn't the same as  the
default namespace for elements in the XSLT stylesheet.

Liam

-- 
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread