author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Thu, 20 May 2010 17:39:26 +0100 | |
branch | HighFidelityModel |
changeset 228 | d0cf5c0dc8c7 |
parent 152 | 5acf50bbb618 |
permissions | -rw-r--r-- |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:s="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:exslt="http://exslt.org/common" exclude-result-prefixes="s exslt" > <xsl:import href="css-module.xsl"/> <xsl:template match="comment()" mode="unstyle"><xsl:copy-of select="."/></xsl:template> <xsl:template match="/*"> <xsl:apply-templates select="." mode="unstyle"/> </xsl:template> </xsl:stylesheet>