OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] MathML and <fo:instream-foreign-object>


On 3/30/07, Jirka Kosek <jirka@kosek.cz> 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/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]