github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC1/result.xml (about)

     1  <?xml version="1.0" encoding="iso-8859-1"?>
     2  <html xmlns="http://www.w3.org/TR/xhtml1/strict">
     3    <head>
     4      <title>Document Title</title>
     5    </head>
     6    <body>
     7      <h1>Document Title</h1>
     8      <h2>Chapter Title</h2>
     9      <h3>Section Title</h3>
    10      <p>This is a test.</p>
    11      <p class="note"><b>NOTE: </b>This is a note.</p>
    12      <h3>Another Section Title</h3>
    13      <p>This is <em>another</em> test.</p>
    14      <p class="note"><b>NOTE: </b>This is another note.</p>
    15    </body>
    16  </html>