[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] MathML and <fo:instream-foreign-object>
Chris Chiasson wrote:
> Did you fix this:
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=1574016&group_id=21935&atid=373749
>
>
> [ 1574016 ] docbook 5 imagedata svg and mml support
>
> ?
No, I will look into this issue later, hopefully during the weekend.
> 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>
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO/JTC1/SC34 member
------------------------------------------------------------------
Want to speak at XML Prague 2007 => http://xmlprague.cz/cfp.html
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]