sysmodelgen/extra/css2xml.xsl
author William Roberts <williamr@symbian.org>
Fri, 30 Apr 2010 14:00:00 +0100
branchHighFidelityModel
changeset 185 4f9b808eb677
parent 152 5acf50bbb618
permissions -rw-r--r--
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component

<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>