[exslt] Bugs in sqrt and date-time stuff
by Mike French other posts by this author
Mar 7 2007 6:11AM messages near this date
Re: [exslt] atan2 template
|
[exslt] EXSLT document-uri
& XSLT
1. Line in math.sqrt.template.xsl
<xsl:call-template name="sqrt">
should be
<xsl:call-template name="math:sqrt">
2. Most of the date-time stylesheets seem to have the wrong namespace
xmlns:date="http://exslt.org/dates and times"
should be
xmlns:date="http://exslt.org/dates-and-times"
Mik
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
_______________________________________________
exslt mailing list
list@[...].org
http://www.exslt.org/list
|