16. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/31/2017 11:16:52 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

16.1 Files compared

# Location File Last Modified
1 JLV_2.6.zip\JLV_2.6\JLV_2.6\Joint Legacy Viewer\JLV\web-app\resources\xml\xsl VhaSitesMenu.xsl Thu Aug 31 12:14:52 2017 UTC
2 JLV_2.6.zip\JLV_2.6\JLV_2.6\Joint Legacy Viewer\JLV\web-app\resources\xml\xsl VhaSitesMenu.xsl Thu Aug 31 13:25:41 2017 UTC

16.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 226
Changed 1 2
Inserted 0 0
Removed 0 0

16.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

16.4 Active regular expressions

No regular expressions were active.

16.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <xsl:style sheet 
  6     xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" 
  7     xmlns:ns=" http:// URL         /vistaweb/ sitesTable
  8     version="1 .0"
  9   >
  10             
  11     <xsl:outpu
  12      method="xm l" 
  13      version="1 .0" 
  14      encoding=" UTF-8" 
  15      indent="ye s"
  16     />
  17             
  18     <xsl:templ ate 
  19      match="/ns :VhaVisnTa ble"
  20     >
  21                       
  22      <processed Content>
  23                                 
  24       <ul>
  25                                  
  26        <xsl:for-e ach 
  27         select="ns :VhaVisn"
  28        >
  29                                   
  30         <xsl:if 
  31          test="@ID! ='200'"
  32         >
  33                                                     
  34          <li>
  35                                                               
  36           <a 
  37            href="#off setParent"  
  38            class="han dler"
  39           >
  40                                                                         
  41            <xsl:value -of 
  42             select="@I D"
  43            />
  44           
  45            <xsl:value -of 
  46             select="@n ame"
  47            />
  48                                                                
  49           </a>
  50                                                      
  51          </li>
  52                                                     
  53          <ul>
  54                                                      
  55           <xsl:attri bute 
  56            name="clas s"
  57           >
  58            toggle
  59           </xsl:attr ibute>
  60                                                      
  61           <xsl:for-e ach 
  62            select="ns :VhaSite"
  63           >
  64                                                                         
  65            <li>
  66                                                                                   
  67             <a>
  68                                                                                             
  69              <xsl:attri bute 
  70               name="targ et"
  71              >
  72               WorkPanel
  73              </xsl:attr ibute>
  74                                                                                             
  75              <xsl:attri bute 
  76               name="href "
  77              >
  78               Login.aspx ?ID=
  79               <xsl:value -of 
  80                select="@I D"
  81               />
  82              </xsl:attr ibute>
  83                                                                                             
  84              <xsl:attri bute 
  85               name="titl e"
  86              >
  87               Station # 
  88               <xsl:value -of 
  89                select="@I D"
  90               />
  91              </xsl:attr ibute>
  92                                                                                             
  93              <xsl:value -of 
  94               select="@n ame"
  95              />
  96                                                                                    
  97             </a>
  98                                                                          
  99            </li>
  100                                                       
  101           </xsl:for- each>
  102                                              
  103          </ul>
  104                                    
  105         </xsl:if>        
  106                                   
  107        </xsl:for- each>
  108                                  
  109       </ul>
  110                        
  111      </processe dContent>
  112              
  113     </xsl:temp late>
  114   </xsl:styl esheet>