When i am trying to transform xml it gives me erro that Could not find function: resolve-uri where resolve-uri is a xpath function .
below is my xslt line which will use resolve uri function .
<xsl:variable name="filename" select="resolve-uri(concat($dir,'/',$xmlFileName,'_',position(),'.xml'))" />
Can anybody please help me.Is it because of xslt version difference ? Thanks in Advance.