sysdeftools/mergesysdef.xsl
branchHighFidelityModel
changeset 390 a47fc547d2e3
parent 336 fad9aea73cac
equal deleted inserted replaced
350:4811411c8b66 390:a47fc547d2e3
   117 			</xsl:apply-templates> 		
   117 			</xsl:apply-templates> 		
   118 		</xsl:otherwise>
   118 		</xsl:otherwise>
   119 	</xsl:choose>
   119 	</xsl:choose>
   120 </xsl:template>
   120 </xsl:template>
   121 
   121 
       
   122 <xsl:include href="path-module.xsl"/>
   122 <xsl:include href="mergesysdef-module.xsl"/>
   123 <xsl:include href="mergesysdef-module.xsl"/>
       
   124 
       
   125 <xsl:template match="@*[local-name()='proFile' or local-name()='qmakeArgs'  or namespace-uri()='qt']" mode="merge-copy-of">
       
   126 	<!-- this fixes a xalan-j bug where it changes the namespace in the merged model to just "qt"-->
       
   127 	<xsl:attribute name="{local-name()}" namespace="http://www.nokia.com/qt">
       
   128 		<xsl:value-of select="."/>
       
   129 	</xsl:attribute>
       
   130 </xsl:template>
       
   131 
   123 </xsl:stylesheet>
   132 </xsl:stylesheet>