3171. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:54 PM Eastern 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.

3171.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:54 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\resources\gov\va\nvap\document\xsl\vistaweb\nhin formatting.xsl Fri Apr 21 20:03:26 2017 UTC

3171.2 Comparison summary

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

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

3171.4 Active regular expressions

No regular expressions were active.

3171.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" utf-8"
        4   ?>
        5  
        6   <xsl:style sheet 
        7     version="1 .0"
        8           
        9     xmlns:n1=" urn:hl7-or g:v3"
        10           
        11     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        12           
        13     xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform"
        14   >
        15       
        16    
        17       
        18     <!-- Forma t first(gi ven) and l ast (famil y) names-- >
        19       
        20     <xsl:templ ate 
        21      name="form atProvider Name"
        22     >
        23          
        24      <xsl:param  
        25       name="firs t"
        26      />
        27          
        28      <xsl:param  
        29       name="last "
        30      />
        31          
        32      <xsl:choos e>
        33             
        34       <xsl:when 
        35        test="$fir st and $la st"
        36       >
        37                
        38        <xsl:value -of 
        39         select="$l ast"
        40        />
        41                
        42        <xsl:text>
        43        
        44        </xsl:text >
        45                
        46        <xsl:value -of 
        47         select="$f irst"
        48        />
        49              
        50       </xsl:when >
        51             
        52       <xsl:other wise/>
        53           
        54      </xsl:choo se>
        55        
        56     </xsl:temp late>
        57    
        58       
        59     <xsl:templ ate 
        60      name="form atComments "
        61     >
        62          
        63      <xsl:param  
        64       name="comm ents"
        65      />
        66        
        67      <div>
        68           
        69       <table 
        70        class="com ments"
        71       >
        72              
        73        <tbody>
        74                 
        75         <tr>
        76                    
        77          <td>
        78                        
        79           <img 
        80            src="resou rces/image s/C32_noti ce.jpg" 
        81            alt="NOTE: "
        82           />
        83                        
        84           <xsl:value -of 
        85            select="$c omments"
        86           />
        87                     
        88          </td>
        89                  
        90         </tr>
        91               
        92        </tbody>
        93            
        94       </table>
        95           
        96       <br/>
        97         
        98      </div>
        99        
        100     </xsl:temp late>
        101    
        102   </xsl:styl esheet> 
        103