sysdeftools/mergesysdef-module.xsl
branchHighFidelityModel
changeset 334 18ee574c682a
parent 319 b085ba15cdaa
child 336 fad9aea73cac
equal deleted inserted replaced
331:75ee3fb17193 334:18ee574c682a
   242 				<xsl:value-of select="substring-after(concat(' ',normalize-space($other/@levels),' '),' - ')"/>
   242 				<xsl:value-of select="substring-after(concat(' ',normalize-space($other/@levels),' '),' - ')"/>
   243 			</xsl:variable>
   243 			</xsl:variable>
   244 			<xsl:attribute name="levels"><xsl:value-of select="normalize-space($lev)"/></xsl:attribute>
   244 			<xsl:attribute name="levels"><xsl:value-of select="normalize-space($lev)"/></xsl:attribute>
   245 		</xsl:when>
   245 		</xsl:when>
   246 		<xsl:otherwise> <!--  if they differ, use the origin's levels -->
   246 		<xsl:otherwise> <!--  if they differ, use the origin's levels -->
   247 			<xsl:message>Note: levels differ "<xsl:value-of select="."/>" vs "<xsl:value-of select="$other/@levels"/>"</xsl:message>
   247 			<xsl:message>Note: levels differ "<xsl:value-of select="."/>" vs "<xsl:value-of select="$other/@levels"/>" on <xsl:value-of select="../@id"/></xsl:message>
   248 			<xsl:copy-of select="."/>
   248 			<xsl:copy-of select="."/>
   249 		</xsl:otherwise>
   249 		</xsl:otherwise>
   250 	</xsl:choose>
   250 	</xsl:choose>
   251 </xsl:template>
   251 </xsl:template>
   252 
   252