xsl-list
[Top] [All Lists]

Re: MathML and XSL

2002-11-13 16:02:53


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


    <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.

that is the namespace is included in every tag. Is this correct
and simply redundant or what?
yes, correct and redundant, it conforms to both MathML DTD and also an
allowed serialisation by the xslt system, although most XSLT engines
remove redundant namespace declarations.


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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



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