Re: [patch] problems in math package
Mike Brown <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Jonathan Wakely wrote: > We were using the exslt files with libxslt 1.1.2 and although we had > an old set of files updating to the latest all-exslt.zip file on > exslt.org didn't help. IIRC, native EXSLT support is compiled into libxslt by default. You shouldn't need to use the external stylesheets. You're right, though, and your patch is probably good. If only someone had time to look at it and if only someone could install updated stylesheets on the web site... > Additionally, should the declaration of the math namespace in the file > math/math.xsl be xmlns:math="http://exslt.org/math" (with a lower case 'm') > rather than xmlns:math="http://exslt.org/Math" ? Yes, lowercase.