bug1389406-01.xsl (338B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <xsl:stylesheet version="1.1" 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 > 5 6 <xsl:import href="bug1389406-02.xsl"/> 7 8 <xsl:template mode="title" match="*"> 9 <xsl:value-of select="."/> 10 <xsl:apply-imports /> 11 </xsl:template> 12 13 <xsl:template match="text()|@*"></xsl:template> 14 15 </xsl:stylesheet>