convert bitfield initializer tarvals before using them
[libfirm] / ir / be / test / makehtml.xslt
index 6c284c0..7023f2b 100644 (file)
                                                <th>Firm Run</th>
                                                <th>Results</th>
                                        </tr>
-                                       <xsl:for-each select="/results/section">
+                                       <xsl:for-each select="/results/result">
                                                <tr>
-                                                   <th colspan="7" style="background-color: yellow; color: black;"><xsl:value-of select="@name"/></th>
+                                                       <td>
+                                                               <xsl:element name="a">
+                                                                       <xsl:attribute name="href">buildresult_<xsl:value-of select="@name"/>.txt</xsl:attribute>
+                                                                       <xsl:value-of select="@name"/>
+                                                               </xsl:element>
+                                                       </td>
+                                                       <td><xsl:apply-templates select="compile"/></td>
+                                                       <td><xsl:apply-templates select="link"/></td>
+                                                       <td><xsl:apply-templates select="gcc_compile"/></td>
+                                                       <td><xsl:apply-templates select="gcc_run"/></td>
+                                                       <td><xsl:apply-templates select="firm_run"/></td>
+                                                       <td><xsl:apply-templates select="diff"/></td>
                                                </tr>
-                                               <xsl:for-each select="result">
-                                                       <tr>
-                                                               <td>
-                                                                       <xsl:element name="a">
-                                                                               <xsl:attribute name="href">buildresult_<xsl:value-of select="@name"/>.txt</xsl:attribute>
-                                                                               <xsl:value-of select="@name"/>
-                                                                       </xsl:element>
-                                                               </td>
-                                                               <td><xsl:apply-templates select="compile"/></td>
-                                                               <td><xsl:apply-templates select="link"/></td>
-                                                               <td><xsl:apply-templates select="gcc_compile"/></td>
-                                                               <td><xsl:apply-templates select="gcc_run"/></td>
-                                                               <td><xsl:apply-templates select="firm_run"/></td>
-                                                               <td><xsl:apply-templates select="diff"/></td>
-                                                       </tr>
-                                               </xsl:for-each>
                                        </xsl:for-each>
                                </table>
                        </body>