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: 408

Filed under:

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

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-09T06:32:47Z Indexed on 2010/03/09 6:36 UTC
Read the original article Hit count: 408

Filed under:

Hi all,

When i am trying to do transformation with the help of below xslt it gives error in RAD 7 that "Could not find function: resolve-uri " .

What should i use alternative to resolve-uri ??

Thanks in Advance

© Stack Overflow or respective owner

Related posts about xslt