﻿<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match=' / '>
<html>
   <head>
     <title>Voith Turbo GeneralDiagnosticConfig</title>
     <link href='File:///C:\ProgramData\VoithDiagnosticTools\Voith ALADIN 6\System Resources\CSS\VDTstyle.css' rel='stylesheet' type='text/css' />
   </head>
    <body>
    <table border='0'>
      <tr>
        <td width='40%' class='TabHead1'>Voith Diagnostic Settings</td>
        <td width='60%' class='TabHead1'>Value</td>
      </tr>
      <xsl:for-each select='VoithDiagnosticToolsSettings/*'>
         <tr>
            <td  class='TabBorder1'>
            <xsl:value-of select='name()'/>
            </td>
            <td  class='TabBorder1'>
            </td>
         </tr>
         <xsl:for-each select='*'>
              <tr>
                  <td  class='TabBody2'>
                  <xsl:value-of select='name()'/>
                  </td>
                  <td  class='TabBody2'>
                  <xsl:value-of select='.'/>
                  </td>
              </tr>
         </xsl:for-each>
      </xsl:for-each>
      <xsl:for-each select='DIWAAdaption/*'>
         <tr>
            <td  class='TabBorder1'>
            <xsl:value-of select='name()'/>
            </td>
                  <td  class='TabBody2'>
                  <xsl:value-of select='.'/>
                  </td>
         </tr>
         <xsl:for-each select='*'>
              <tr>
                  <td  class='TabBody2'>
                  <xsl:value-of select='name()'/>
                  </td>
                  <td  class='TabBody2'>
                  <xsl:value-of select='.'/>
                  </td>
              </tr>
         </xsl:for-each>
      </xsl:for-each>
    </table>
    </body>
</html>
</xsl:template>
</xsl:stylesheet>
