sysmodelgen/src/old/svg/validate.xsl
author William Roberts <williamr@symbian.org>
Fri, 27 Aug 2010 18:10:19 +0100
branchHighFidelityModel
changeset 368 983ae933b48b
parent 152 5acf50bbb618
permissions -rw-r--r--
Add new openwfc_ri_displaychannel and openwfc_ri_displayupdater components to os/graphics

<stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform" 	xmlns:set="http://exslt.org/sets">
<import href="validate-raw.xsl"/>
<output method="text"/>
<!-- for validating the generated temp XML file -->


<template match="SystemDefinition/release|SystemDefinition/styling|systemModel/legend-layer|systemModel/layer-group"/> <!-- in generated file -->

<template match="generator-color|generator-style"/> <!-- in generated file -->

<template match="systemModel/@*"/> <!-- any attributes ok-->


<template match="component/@* | collection/@* | block/@* | subblock/@* | layer/@*" priority="-4"/>

<template match="@abbrev|@align|component/@old_model|@*[starts-with(name(),'generat')]" mode="extra"/>


</stylesheet>