15. 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.

15.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-lookup.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-lookup.xsl Thu Aug 31 13:25:41 2017 UTC

15.2 Comparison summary

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

15.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

15.4 Active regular expressions

No regular expressions were active.

15.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                                                    
  31         <li>
  32                                                              
  33          <a 
  34           class="han dler"
  35          >
  36                                                                        
  37           <xsl:value -of 
  38            select="@I D"
  39           />
  40          
  41           <xsl:value -of 
  42            select="@n ame"
  43           />
  44                                                               
  45          </a>
  46                                                     
  47         </li>
  48                                                    
  49         <ul>
  50                                                     
  51          <xsl:attri bute 
  52           name="clas s"
  53          >
  54           toggle
  55          </xsl:attr ibute>
  56                                                     
  57          <xsl:for-e ach 
  58           select="ns :VhaSite"
  59          >
  60                                                                        
  61           <li>
  62                                                                                  
  63            <a>
  64                                                                                            
  65             <xsl:attri bute 
  66              name="href "
  67             >
  68              PatientSel ection.asp x?ID=
  69              <xsl:value -of 
  70               select="@I D"
  71              />
  72             </xsl:attr ibute>
  73                                                                                            
  74             <xsl:value -of 
  75              select="@n ame"
  76             />
  77                                                                                   
  78            </a>
  79                                                                         
  80           </li>
  81                                                      
  82          </xsl:for- each>
  83                                             
  84         </ul>
  85                                            
  86                                   
  87        </xsl:for- each>
  88                                  
  89       </ul>
  90                        
  91      </processe dContent>
  92              
  93     </xsl:temp late>
  94   </xsl:styl esheet>