1563. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:57:56 PM Eastern Standard 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.

1563.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\ckeditor\plugins\xml plugin.js Tue Dec 20 19:50:44 2016 UTC
2 Wed Feb 1 19:57:56 2017 UTC

1563.2 Comparison summary

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

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

1563.4 Active regular expressions

No regular expressions were active.

1563.5 Comparison detail

1   /*        
2    Copyright  (c) 2003- 2015, CKSo urce - Fre derico Kna bben. All  rights res erved.        
3    This soft ware is co vered by C KEditor Co mmercial L icense. Us age withou t proper l icense is  prohibited .        
4   */        
5   (function( ){CKEDITOR .plugins.a dd("xml",{ });CKEDITO R.xml=func tion(c){va r a=null;i f("object" ==typeof c )a=c;else  if(c=(c||" ").replace (/ /g ," "),"Act iveXObject "in window ){try{a=ne w ActiveXO bject("MSX ML2.DOMDoc ument")}ca tch(b){try {a=new Act iveXObject ("Microsof t.XmlDom") }catch(d){ }}a&&(a.as ync=!1,a.r esolveExte rnals=!1,a .validateO nParse=!1, a.loadXML( c))}else w indow.DOMP arser&&(a= (new DOMPa rser).pars eFromStrin g(c,"text/ xml"));thi s.baseXml= a};CKEDITO R.xml.prot otype={sel ectSingleN ode:functi on(c,a){va r b=        
6   this.baseX ml;if(a||( a=b)){if(" selectSing leNode"in  a)return a .selectSin gleNode(c) ;if(b.eval uate)retur n(b=b.eval uate(c,a,n ull,9,null ))&&b.sing leNodeValu e||null}re turn null} ,selectNod es:functio n(c,a){var  b=this.ba seXml,d=[] ;if(a||(a= b)){if("se lectNodes" in a)retur n a.select Nodes(c);i f(b.evalua te&&(b=b.e valuate(c, a,null,5,n ull)))for( var e;e=b. iterateNex t();)d.pus h(e)}retur n d},getIn nerXml:fun ction(c,a) {var b=thi s.selectSi ngleNode(c ,a),d=[];i f(b)for(b= b.firstChi ld;b;)b.xm l?d.push(b .xml):wind ow.XMLSeri alizer&&        
7   d.push((ne w XMLSeria lizer).ser ializeToSt ring(b)),b =b.nextSib ling;retur n d.length ?d.join("" ):null}}}) ();