for board in list(self.d_input_boards.keys()):
if board not in self.d_xml_board_files:
self.add_xml_board(board)
+ root_node = self.d_xml_board_files[board].xmlroot
+ src.xmlManager.append_node_attrib(root_node,
+ {"input_file" : self.file_boards})
# Loop over all jobs in order to get the lines and columns for each
# xml file
</xsl:choose>
</h3>
</div>
+ <span class="note">input file: <xsl:value-of select="//JobsReport/@input_file" /></span>
-
<!-- Loop over the jobs in order to find what job was called in the link "onclick". Display information about that job -->
<xsl:for-each select="//JobsReport/jobs/job">
<xsl:variable name="curr_job_name" select="@name" />