Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1. <pagebody>
  2.   <![CDATA[
  3.  <?xml version='1.0'?>
  4.  <xsl:stylesheet http://www.w3.org/1999/XSL/Transform" version="1.0">
  5.    <xsl:template match="/">
  6.      <html>
  7.        <head>
  8.        </head>
  9.        <body>
  10.          Hello World
  11.        </body>
  12.      </html>
  13.    </xsl:template>
  14.  </xsl:stylesheet>
  15.  ]]>
  16. </pagebody>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement