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

14.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 SitesReport.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 SitesReport.xsl Thu Aug 31 13:25:40 2017 UTC

14.2 Comparison summary

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

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

14.4 Active regular expressions

No regular expressions were active.

14.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="te xt" 
  13      version="1 .0" 
  14      encoding=" UTF-8" 
  15      indent="ye s"
  16     />
  17             
  18             
  19     <xsl:templ ate 
  20      match="/ns :VhaVisnTa ble"
  21     >
  22                                
  23      <xsl:for-e ach 
  24       select="ns :VhaVisn"
  25      >
  26                                          
  27       <xsl:for-e ach 
  28        select="ns :VhaSite"
  29       >
  30                                                   
  31        <xsl:value -of 
  32         select="@n ame"
  33        />
  34                                                   
  35        <xsl:text>
  36          (
  37        </xsl:text >
  38                                                   
  39        <xsl:value -of 
  40         select="@m oniker"
  41        />
  42                                                   
  43        <xsl:text>
  44         ) stationN umber=
  45        </xsl:text >
  46                                                   
  47        <xsl:value -of 
  48         select="@I D"
  49        />
  50                                                   
  51        <xsl:text>
  52         &#13;&#10;
  53        </xsl:text >
  54                                                   
  55        <xsl:for-e ach 
  56         select="ns :DataSourc e"
  57        >
  58                                                             
  59         <xsl:text>
  60            Type=
  61         </xsl:text >
  62                                                             
  63         <xsl:value -of 
  64          select="@p rotocol"
  65         />
  66                                                             
  67         <xsl:text>
  68           Host=
  69         </xsl:text >
  70                                                             
  71         <xsl:value -of 
  72          select="@s ource"
  73         />
  74                                                             
  75         <xsl:text>
  76           Port=
  77         </xsl:text >
  78                                                             
  79         <xsl:value -of 
  80          select="@p ort"
  81         />
  82                                                             
  83         <xsl:text>
  84          &#13;&#10;
  85         </xsl:text >
  86                                                    
  87        </xsl:for- each>
  88                                                   
  89        <xsl:text>
  90         &#13;&#10;
  91        </xsl:text >
  92                                           
  93       </xsl:for- each>
  94                                 
  95      </xsl:for- each>
  96              
  97     </xsl:temp late>
  98   </xsl:styl esheet>