github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-2.3-1.xsl (about)

     1  <html xsl:version="1.0"
     2        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     3        xmlns="http://www.w3.org/TR/xhtml1/strict">
     4    <head>
     5      <title>Expense Report Summary</title>
     6    </head>
     7    <body>
     8      <p>Total Amount: <xsl:value-of select="expense-report/total"/></p>
     9    </body>
    10  </html>