bug1389406-02.xsl (398B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <xsl:stylesheet version="1.0" 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 > 5 6 <xsl:template mode="title" match="*"> 7 <xsl:text> — TEST CASE</xsl:text> 8 <xsl:apply-imports/> 9 </xsl:template> 10 11 <xsl:template match="/"> 12 <h3 xmlns="http://www.w3.org/1999/xhtml"><xsl:apply-templates select="title" mode="title"/></h3> 13 </xsl:template> 14 15 </xsl:stylesheet>