github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-2.3-2.xsl (about) 1 <xsl:stylesheet version="1.0" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 3 xmlns="http://www.w3.org/TR/xhtml1/strict"> 4 <xsl:template match="/"> 5 <html> 6 <head> 7 <title>Expense Report Summary</title> 8 </head> 9 <body> 10 <p>Total Amount: <xsl:value-of select="expense-report/total"/></p> 11 </body> 12 </html> 13 </xsl:template> 14 </xsl:stylesheet>