Re: math:sqrt extension problem
James Fuller <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Organization | Webcomposite |
| Message-ID | <[email protected]> |
Carretero Peña wrote: > Hello. > I have a little problem. I am using the EXSLT template called > math.sqrt.template.xsl. When I am trying to compile my stylesheet, it > gives me the next error: > > file: ... /math.sqrt.template.xsl : line 19 : The template 'sqrt' it > is not define at this stylesheet > > In this file, the line 19 sais: > > <xsl:call-template name="sqrt"> > > Please, what would be the error? It seems that the template is calling > itself. I think the correct solution is writing at line 19: > > <xsl:call-template name="math:sqrt"> yes, it is ...u need to define the math namespace as included in the instructions, also avoid using EXSLT module or function level import....use the stylesheet that you would wish directly....though be aware that you could just opt to use an XSLT Processor that supports the namespace (and function) natively (SAXON et al). gl, Jim Fuller > > Thank you so much for read this e-mail > Sergio > Spain. > >------------------------------------------------------------------------ > >_______________________________________________ >exslt mailing list >[email protected] >http://www.exslt.org/list >