3149. EPMO Open Source Coordination Office Redaction File Detail Report

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

3149.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:50 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\adapter adapter.xsl Fri Apr 21 20:03:26 2017 UTC

3149.2 Comparison summary

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

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

3149.4 Active regular expressions

No regular expressions were active.

3149.5 Comparison detail

        1   <?xml 
        2     version="1 .0"
        3   ?>
        4   <xsl:style sheet 
        5     version="1 .0"
        6           
        7     xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" 
        8     xmlns:n3=" http://www .w3.org/19 99/xhtml"
        9           
        10     xmlns:n1=" urn:hl7-or g:v3" 
        11     xmlns:n2=" urn:hl7-or g:v3/meta/ voc" 
        12     xmlns:voc= "urn:hl7-o rg:v3/voc"
        13           
        14     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        15     xmlns:sect ion="urn:g ov.va.med"
        16   >
        17    
        18             
        19     <!-- Asha  Amritraj -  Organize  Imports fo r the XSL  Processor  START -->
        20             
        21     <xsl:impor
        22      href="/gov /va/nvap/d ocument/xs l/adapter/ CCD.xsl" 
        23     />
        24             
        25     <xsl:impor
        26      href="/gov /va/nvap/d ocument/xs l/adapter/ detailComm on.xsl" 
        27     />
        28             
        29     <xsl:impor
        30      href="/gov /va/nvap/d ocument/xs l/adapter/ nhinCommon .xsl" 
        31     />
        32             
        33     <xsl:impor
        34      href="/gov /va/nvap/d ocument/xs l/adapter/ formatting .xsl" 
        35     />
        36             
        37     <!-- Asha  Amritraj -  Organize  Imports fo r the XSL  Processor  END -->
        38    
        39             
        40     <xsl:outpu
        41      method="ht ml" 
        42      indent="ye s" 
        43      version="4 .01"
        44                      
        45      encoding=" ISO-8859-1
        46     />
        47    
        48             
        49     <xsl:templ ate 
        50      match="/"
        51     >
        52                       
        53      <div 
        54       id="adapte rCdaStyhes heet"
        55      >
        56                                 
        57       <xsl:apply -templates  
        58        select="n1 :ClinicalD ocument" 
        59       />
        60                        
        61      </div>
        62              
        63     </xsl:temp late>
        64   </xsl:styl esheet>
        65