<rt:stylesheet xmlns:rt="http://purl.org/vocab/2003/rdft/">
  <rt:root-template>
    <html>
      <head>
        <title>Output All Node Labels</title>
      </head>
      <body>
        <rt:for-each rt:select="/node()">
          <pre>
            <rt:value-of rt:select="label()" />
          </pre>
        </rt:for-each>
      </body>
    </html>
  </rt:root-template>
</rt:stylesheet>