Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <xsl:value-of select="fn:base-uri()"/>
  2.  
  3. file:///C:/Users/home/Desktop/files/document/08192014/Raw.xml
  4.  
  5. <xsl:value-of select="substring-after-last(fn:base-uri(),'/')"/>
  6.  
  7. Unknown function 'substring-after-last'
  8. Warning location: xsl:stylesheet / xsl:template / html / body / section / div
  9. / xsl:value-of / @select
  10. Details
  11. XPST0017: The function call 'substring-after-last' does not match the
  12. name of a function in the static context
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement