- Timestamp:
- 03/11/13 10:15:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl
r800 r941 49 49 <xsl:variable name="productInstanceId" select="translate($partRef, '#', '')" /> 50 50 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 --> 53 53 <xsl:element name="computingResource"> 54 54 <xsl:attribute name="name"><xsl:value-of select="@name" /></xsl:attribute>
Note: See TracChangeset
for help on using the changeset viewer.