Re: Import
Mike Brown <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi, i download all extensions, but when i put : > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:math="http://exslt.org/math" > xmlns:func="http://exslt.org/functions" > extension-element-prefixes="math"> > <xsl:import href="math.xsl"/> > <xsl:output media-type="text/html"/> > Show me an error like "misplaced literal result in a func:function > container." > > Can you help me? It looks like no one ever replied to this post from April 15. There are errors in the template-based implementations of some EXSLT modules. It looks like maybe you have found another one. Jim Fuller is looking into cleaning them up, but I would not expect this work to be done until later this year. What XSLT processor are you using? There are many XSLT processors that support the math extensions natively -- you don't need to use the math.xsl template with these processors at all. If it is possible to switch processors, I suggest you do that, for now. -Mike