xsl-list
[Top] [All Lists]

Re: MathML and XSL

2002-11-13 16:32:43
On Thu, 2002-11-14 at 00:02, David Carlisle wrote:


In the meantime I found the following solution.

yes you'll find more or less the same in the XSL stylesheet for MathML
(mine) at http://www.w3.org/Math/XSL

What do these additional stylesheets do exactly what the browser
doesn't do itself?



    <xsl:element name="{name(.)}"

you might want to use local-name rather than name their otherwise you'll
pick up any prefix that was used in the source, in which case you could
more simply use <xsl:copy> by using local-name() you can force (or
actually, request) that the output be unprefixed.

-- 
Gérard Milmeister
Universität Zürich
Tel: 01-635 45 65
E-Mail: milmei(_at_)ifi(_dot_)unizh(_dot_)ch
Büro: 27-G-35


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



<Prev in Thread] Current Thread [Next in Thread>