Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:abc="http://php.net/xsl" version="1.0">
  2.          <xsl:template match="/">
  3.                  <xsl:text>Current date: </xsl:text><xsl:value-of select="abc:function(scandir,'.')"/>
  4.          </xsl:template>
  5.   </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement