sysmodellibs/sysmodelgen/extra/css2xml.xsl
changeset 7 3c36c452f013
equal deleted inserted replaced
6:5b32dc297d05 7:3c36c452f013
       
     1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     2  	xmlns:s="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:exslt="http://exslt.org/common"
       
     3   	exclude-result-prefixes="s exslt" >
       
     4 	<xsl:import href="css-module.xsl"/>	
       
     5 
       
     6 
       
     7 <xsl:template match="comment()" mode="unstyle"><xsl:copy-of select="."/></xsl:template>
       
     8 
       
     9 <xsl:template match="/*">
       
    10 		<xsl:apply-templates select="." mode="unstyle"/>
       
    11 </xsl:template>
       
    12 
       
    13 </xsl:stylesheet>