I am on MacOSX 10.7, and having libxml2 version as i can see from libxml2/xmlversion.h is
define LIBXML_DOTTED_VERSION "2.7.3"
that means 2.7.3
My application also using xslt, for so it has libxslt processor, which comes along with the libxml2
some of the file may contains math function, something like this,
<xsl:variable name="angle"
select="math:atan2(30, 30)
- math:atan2(30, 30)"/>
going through site http://www.exslt.org/howto.html it says, xslt processor should support EXSLT Function,
does anyone has any idea, how i can confirm it ?