On 3/30/07, Jirka Kosek <> wrote:
> > Also, in the namespaced version of the xsl 1 stylesheets, is it now
> > possible to create a version that doesn't require MathML elements to
> > have a prefix?
>
> XSLT is not prefix aware, so you can use any prefix for your MathML
> elements, including using no prefix and relying on default namespace, like:
>
> <article>
> <title>MathML test</title>
>
> <para>Fraction <inlineequation><math
> xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mn>1</mn><mi>n</mi></mfrac></math></inlineequation></para>
> </article>
>
Does this work with the current stylesheets, or is it still looking
for elements with the mml: (or svg: ) prefix? I think the reason the
old stylesheets needed the prefixes was that they did not use
namespaces. Is that true?
--
http://chris.chiasson.name/