xslt-pass.xsl (256B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 4 <xsl:template match="/"> 5 <html> 6 <body> 7 <p>PASS</p> 8 </body> 9 </html> 10 </xsl:template> 11 </xsl:stylesheet>