sysdeftools/validate/modelcheck.xsl
branchHighFidelityModel
changeset 334 18ee574c682a
parent 151 84b123918d3f
equal deleted inserted replaced
331:75ee3fb17193 334:18ee574c682a
    12 	Description:
    12 	Description:
    13 	Validate a system definition file or files and output results in HTML
    13 	Validate a system definition file or files and output results in HTML
    14 -->
    14 -->
    15 	<xsl:output method="html"/>
    15 	<xsl:output method="html"/>
    16 	<xsl:include href="test-model.xsl"/>
    16 	<xsl:include href="test-model.xsl"/>
       
    17 	<xsl:param name="path-errors" select="/model/@path-errors='yes' "/>
       
    18 
    17 <xsl:template match="/model">
    19 <xsl:template match="/model">
    18 	<html><head>
    20 	<html><head>
    19 		<title>Cross-Checking System Model</title>
    21 		<title>Cross-Checking System Model</title>
    20 		<style>p {margin: 0px; padding: 0px} 
    22 		<style>p {margin: 0px; padding: 0px} 
    21 			p.warn span {color: blue}
    23 			p.warn span {color: blue}