home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / appcompat_detailed_txt.xsl < prev    next >
Extensible Markup Language  |  2008-01-19  |  11KB  |  346 lines

  1. <?xml version="1.0"?>
  2.  
  3. <xsl:stylesheet
  4.   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5.   xmlns="http://www.w3.org/TR/REC-html40"
  6.   version="1.0">
  7.   <xsl:output method="text"/>
  8.  
  9.   <xsl:template match="/">
  10.     <html>
  11.       <head>
  12.         <title></title>
  13.       </head>
  14.       <body>
  15.  
  16.         <xsl:for-each select="CompatReport/WarnAllApps">
  17.           <table>
  18.             <tr>
  19.               <td style="width: 20px" valign="top">
  20.                 <xsl:element name="img">
  21.                   <xsl:attribute name="src">
  22.                     <xsl:value-of select="AppHead" />
  23.                   </xsl:attribute>
  24.                   <xsl:attribute name="align">
  25.                     <xsl:copy-of select="'center'" />
  26.                   </xsl:attribute>
  27.                 </xsl:element>
  28.               </td>
  29.               <td>
  30.                 <font size = "2" face="Segoe UI" color="#1370AB">
  31.                   <xsl:copy-of select="Message"/>
  32.                 </font>
  33.               </td>
  34.             </tr>
  35.           </table>
  36.           <br />
  37.         </xsl:for-each>
  38.  
  39.         <xsl:for-each select="CompatReport/HardBlocks">
  40.           <table>
  41.             <tr>
  42.               <td style="width: 20px" valign="top">
  43.                 <xsl:element name="img">
  44.                   <xsl:attribute name="src">
  45.                     <xsl:value-of select="AppHead" />
  46.                   </xsl:attribute>
  47.                   <xsl:attribute name="align">
  48.                     <xsl:copy-of select="'center'" />
  49.                   </xsl:attribute>
  50.                 </xsl:element>
  51.               </td>
  52.               <td>
  53.                 <font size = "2" face="Segoe UI" color="#1370AB">
  54.                   <xsl:copy-of select="Message"/>
  55.                 </font>
  56.               </td>
  57.             </tr>
  58.           </table>
  59.           <br />
  60.         </xsl:for-each>
  61.  
  62.         <UL>
  63.           <xsl:for-each select="CompatReport/HardBlocks">
  64.             <font size = "2" face="Segoe UI" color="black">
  65.               <xsl:copy-of select="Message5"/>
  66.             </font>
  67.           </xsl:for-each>
  68.         </UL>
  69.         <UL>
  70.           <UL>
  71.             <xsl:for-each select="CompatReport/HardBlocks/OcNames/OcName">
  72.               <font size = "2" face="Segoe UI" color="black">
  73.                 <li>
  74.                   <xsl:copy-of select="Name"/>
  75.                 </li>
  76.               </font>
  77.             </xsl:for-each>
  78.           </UL>
  79.         </UL>
  80.         <xsl:for-each select="CompatReport/HardBlocks/OcNames">
  81.           <UL>
  82.             <UL>
  83.               <a href="#{generate-id(.)}">
  84.                 <font size = "2" face="Segoe UI" color="blue">
  85.                   <xsl:value-of select="./Help"/>
  86.                 </font>
  87.               </a>
  88.             </UL>
  89.           </UL>
  90.         </xsl:for-each>
  91.  
  92.  
  93.         <UL>
  94.           <xsl:for-each select="CompatReport/HardBlocks">
  95.             <font size = "2" face="Segoe UI" color="black">
  96.               <xsl:copy-of select="Message3"/>
  97.             </font>
  98.           </xsl:for-each>
  99.         </UL>
  100.         <UL>
  101.           <UL>
  102.             <xsl:for-each select="CompatReport/HardBlocks/AppNames/AppName">
  103.               <font size = "2" face="Segoe UI" color="black">
  104.                 <li>
  105.                   <xsl:copy-of select="Name"/>
  106.                 </li>
  107.               </font>
  108.             </xsl:for-each>
  109.           </UL>
  110.         </UL>
  111.         <xsl:for-each select="CompatReport/HardBlocks/AppNames">
  112.           <UL>
  113.             <UL>
  114.               <a href="#{generate-id(.)}">
  115.                 <font size = "2" face="Segoe UI" color="blue">
  116.                   <xsl:value-of select="./Help"/>
  117.                 </font>
  118.               </a>
  119.             </UL>
  120.           </UL>
  121.         </xsl:for-each>
  122.  
  123.         <UL>
  124.           <xsl:for-each select="CompatReport/HardBlocks">
  125.             <font size = "2" face="Segoe UI" color="black">
  126.               <xsl:copy-of select="Message2"/>
  127.             </font>
  128.           </xsl:for-each>
  129.         </UL>
  130.         <UL>
  131.           <UL>
  132.             <xsl:for-each select="CompatReport/HardBlocks/DrvNames/DrvName">
  133.               <font size = "2" face="Segoe UI" color="black">
  134.                 <li>
  135.                   <xsl:copy-of select="Name"/>
  136.                 </li>
  137.               </font>
  138.             </xsl:for-each>
  139.           </UL>
  140.         </UL>
  141.         <xsl:for-each select="CompatReport/HardBlocks/DrvNames">
  142.           <UL>
  143.             <UL>
  144.               <a href="#{generate-id(.)}">
  145.                 <font size = "2" face="Segoe UI" color="blue">
  146.                   <xsl:value-of select="./Help"/>
  147.                 </font>
  148.               </a>
  149.             </UL>
  150.           </UL>
  151.         </xsl:for-each>
  152.  
  153.         <UL>
  154.           <xsl:for-each select="CompatReport/HardBlocks">
  155.             <font size = "2" face="Segoe UI" color="black">
  156.               <xsl:value-of select="Message0"/>
  157.             </font>
  158.           </xsl:for-each>
  159.         </UL>
  160.         <UL>
  161.           <UL>
  162.             <xsl:for-each select="CompatReport/HardBlocks/UnDrvNames/UnDrvName">
  163.  
  164.               <font size = "2" face="Segoe UI" color="black">
  165.                 <li>
  166.                   <xsl:copy-of select="Name"/>
  167.                 </li>
  168.               </font>
  169.             </xsl:for-each>
  170.           </UL>
  171.         </UL>
  172.         <xsl:for-each select="CompatReport/HardBlocks/UnDrvNames">
  173.           <UL>
  174.             <UL>
  175.               <a href="#{generate-id(.)}">
  176.                 <font size = "2" face="Segoe UI" color="blue">
  177.                   <xsl:value-of select="./Help"/>
  178.                 </font>
  179.               </a>
  180.             </UL>
  181.           </UL>
  182.         </xsl:for-each>
  183.  
  184.         <UL>
  185.           <xsl:for-each select="CompatReport/HardBlocks">
  186.             <font size = "2" face="Segoe UI" color="black">
  187.               <xsl:copy-of select="Help"/>
  188.             </font>
  189.           </xsl:for-each>
  190.         </UL>
  191.  
  192.         <xsl:for-each select="CompatReport/SoftOcBlocks">
  193.           <table>
  194.             <tr>
  195.               <td style="width: 20px" valign="top">
  196.                 <xsl:element name="img">
  197.                   <xsl:attribute name="src">
  198.                     <xsl:value-of select="AppHead" />
  199.                   </xsl:attribute>
  200.                   <xsl:attribute name="align">
  201.                     <xsl:copy-of select="'center'" />
  202.                   </xsl:attribute>
  203.                 </xsl:element>
  204.               </td>
  205.               <td>
  206.                 <font size = "2" face="Segoe UI" color="#1370AB">
  207.                   <xsl:copy-of select="Message"/>
  208.                 </font>
  209.               </td>
  210.             </tr>
  211.           </table>
  212.           <br />
  213.         </xsl:for-each>
  214.  
  215.         <UL>
  216.           <xsl:for-each select="CompatReport/SoftOcBlocks">
  217.             <font size = "2" face="Segoe UI" color="black">
  218.               <xsl:copy-of select="Message1"/>
  219.             </font>
  220.           </xsl:for-each>
  221.         </UL>
  222.  
  223.         <UL>
  224.           <UL>
  225.             <xsl:for-each select="CompatReport/SoftOcBlocks/OcNames/OcName">
  226.               <font size = "2" face="Segoe UI" color="black">
  227.                 <li>
  228.                   <xsl:copy-of select="Name"/>
  229.                 </li>
  230.               </font>
  231.             </xsl:for-each>
  232.           </UL>
  233.         </UL>
  234.  
  235.         <xsl:for-each select="CompatReport/SoftOcBlocks/OcNames">
  236.           <UL>
  237.             <UL>
  238.               <a href="#{generate-id(.)}">
  239.                 <font size = "2" face="Segoe UI" color="blue">
  240.                   <xsl:value-of select="./Help"/>
  241.                 </font>
  242.               </a>
  243.             </UL>
  244.           </UL>
  245.         </xsl:for-each>
  246.  
  247.         <xsl:for-each select="CompatReport/SoftBlocks">
  248.           <table>
  249.             <tr>
  250.               <td style="width: 20px" valign="top">
  251.                 <xsl:element name="img">
  252.                   <xsl:attribute name="src">
  253.                     <xsl:value-of select="AppHead" />
  254.                   </xsl:attribute>
  255.                   <xsl:attribute name="align">
  256.                     <xsl:copy-of select="'center'" />
  257.                   </xsl:attribute>
  258.                 </xsl:element>
  259.               </td>
  260.               <td>
  261.                 <font size = "2" face="Segoe UI" color="#1370AB">
  262.                   <xsl:copy-of select="Message"/>
  263.                 </font>
  264.               </td>
  265.             </tr>
  266.           </table>
  267.           <br />
  268.         </xsl:for-each>
  269.  
  270.         <UL>
  271.           <xsl:for-each select="CompatReport/SoftBlocks">
  272.             <font size = "2" face="Segoe UI" color="black">
  273.               <xsl:copy-of select="Common"/>
  274.             </font>
  275.           </xsl:for-each>
  276.         </UL>
  277.  
  278.         <UL>
  279.           <xsl:for-each select="CompatReport/SoftBlocks">
  280.             <font size = "2" face="Segoe UI" color="black">
  281.               <xsl:copy-of select="Message2"/>
  282.             </font>
  283.           </xsl:for-each>
  284.         </UL>
  285.         <UL>
  286.           <UL>
  287.             <xsl:for-each select="CompatReport/SoftBlocks/DrvNames/DrvName">
  288.               <font size = "2" face="Segoe UI" color="black">
  289.                 <li>
  290.                   <xsl:copy-of select="Name"/>
  291.                 </li>
  292.               </font>
  293.             </xsl:for-each>
  294.           </UL>
  295.         </UL>
  296.  
  297.         <xsl:for-each select="CompatReport/SoftBlocks/DrvNames">
  298.           <UL>
  299.             <UL>
  300.               <a href="#{generate-id(.)}">
  301.                 <font size = "2" face="Segoe UI" color="blue">
  302.                   <xsl:value-of select="./Help"/>
  303.                 </font>
  304.               </a>
  305.             </UL>
  306.           </UL>
  307.         </xsl:for-each>
  308.  
  309.         <UL>
  310.           <xsl:for-each select="CompatReport/SoftBlocks">
  311.             <font size = "2" face="Segoe UI" color="black">
  312.               <xsl:copy-of select="Message4"/>
  313.             </font>
  314.           </xsl:for-each>
  315.         </UL>
  316.  
  317.         <UL>
  318.           <UL>
  319.             <xsl:for-each select="CompatReport/SoftBlocks/AppNames/AppName">
  320.               <font size = "2" face="Segoe UI" color="black">
  321.                 <li>
  322.                   <xsl:copy-of select="Name"/>
  323.                 </li>
  324.               </font>
  325.             </xsl:for-each>
  326.           </UL>
  327.         </UL>
  328.  
  329.         <xsl:for-each select="CompatReport/SoftBlocks/AppNames">
  330.           <UL>
  331.             <UL>
  332.               <a href="#{generate-id(.)}">
  333.                 <font size = "2" face="Segoe UI" color="blue">
  334.                   <xsl:value-of select="./Help"/>
  335.                 </font>
  336.               </a>
  337.             </UL>
  338.           </UL>
  339.         </xsl:for-each>
  340.  
  341.       </body>
  342.     </html>
  343.   </xsl:template>
  344.  
  345. </xsl:stylesheet>
  346.