[xsl] catch MathML

Subject: [xsl] catch MathML
From: "Maia Zaharieva" <m.zaharieva@xxxxxxx>
Date: Fri, 20 Feb 2004 23:05:28 +0100
hi all,

i guess its really a beginner's question, but i'm just clueless, so i'd
appreciate any hints!
in my dtd im referencing MathML by

<!ENTITY % mathml PUBLIC "-//W3C//DTD MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/mathml2.dtd";>
%mathml;

so in the xml file i can have

<someElement>
    <math>
        [... some math expression...]
    </math>
</someElement>

the very silly question i have is why isn't <template match="math"> working?
(i mean it isnt called at all)

thanks,
/maia


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread