Ignore:
Timestamp:
03/11/13 10:15:20 (12 years ago)
Author:
gosiaw
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl

    r800 r941  
    4949                <xsl:variable name="productInstanceId" select="translate($partRef, '#', '')" /> 
    5050 
    51                 <xsl:if test="not (starts-with(@name, 'Sensor'))"> 
    52                         <!-- We have to get rid of sensors, which make only problems here --> 
     51                <xsl:if test="not (starts-with(@name, 'Sensor') or starts-with(@name, 'Heatsink') or starts-with(@name, 'Outlet'))"> 
     52                        <!-- We have to get rid of sensors, heatsinks, outlets, which make only problems here --> 
    5353                        <xsl:element name="computingResource"> 
    5454                                <xsl:attribute name="name"><xsl:value-of select="@name" /></xsl:attribute> 
Note: See TracChangeset for help on using the changeset viewer.