Could not find function: resolve-uri
Posted
by Nisarg Mehta
on Stack Overflow
See other posts from Stack Overflow
or by Nisarg Mehta
Published on 2010-03-09T09:37:18Z
Indexed on
2010/03/09
9:51 UTC
Read the original article
Hit count: 454
xslt
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.
© Stack Overflow or respective owner