sysmodelgen/extra/validate.xsl
author William Roberts <williamr@symbian.org>
Mon, 04 Oct 2010 16:55:57 +0100
branchHighFidelityModel
changeset 446 e71e06e84855
parent 152 5acf50bbb618
permissions -rw-r--r--
Complete the fix for Bug 3640, by switching the package_definition.xml from 3GPExtParserLib_stub to 3GPExtParserLib.

<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/@*"/> <!-- any attributes ok-->


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

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


</stylesheet>