Produced by Araxis Merge on 2/1/2017 2:56:29 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\CS\Client\WebResources\ImportWebResources\ImportWebResources\FilesToImport\XSL | Transform.xsl | Tue Dec 20 19:51:44 2016 UTC |
| 2 | Wed Feb 1 19:56:29 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 131 |
| 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 |
No regular expressions were active.
| 1 | <?xml | |||||
| 2 | version="1 .0" | |||||
| 3 | encoding=" utf-8" | |||||
| 4 | ?> | |||||
| 5 | <xsl:style sheet | |||||
| 6 | version="1 .0" | |||||
| 7 | ||||||
| 8 | xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" | |||||
| 9 | ||||||
| 10 | xmlns:msxs l="urn:sch emas-micro soft-com:x slt" | |||||
| 11 | ||||||
| 12 | exclude-re sult-prefi xes="msxsl " | |||||
| 13 | > | |||||
| 14 | ||||||
| 15 | <xsl:outpu t | |||||
| 16 | method="ht ml" | |||||
| 17 | omit-xml-d eclaration ="yes" | |||||
| 18 | /> | |||||
| 19 | ||||||
| 20 | ||||||
| 21 | <xsl:templ ate | |||||
| 22 | match="@* | node()" | |||||
| 23 | > | |||||
| 24 | ||||||
| 25 | <xsl:copy> | |||||
| 26 | ||||||
| 27 | <xsl:apply -templates | |||||
| 28 | select="@* | node()" | |||||
| 29 | /> | |||||
| 30 | ||||||
| 31 | </xsl:copy > | |||||
| 32 | ||||||
| 33 | </xsl:temp late> | |||||
| 34 | ||||||
| 35 | ||||||
| 36 | ||||||
| 37 | <xsl:templ ate | |||||
| 38 | match="peo ple" | |||||
| 39 | > | |||||
| 40 | ||||||
| 41 | <xsl:eleme nt | |||||
| 42 | name="tabl e" | |||||
| 43 | > | |||||
| 44 | ||||||
| 45 | <xsl:attri bute | |||||
| 46 | name="summ ary" | |||||
| 47 | > | |||||
| 48 | This t able displ ays data f rom the sa mple file Data/data. xml contai ns list of First Nam e and Last Name. | |||||
| 49 | ||||||
| 50 | </xsl:attr ibute> | |||||
| 51 | ||||||
| 52 | <xsl:eleme nt | |||||
| 53 | name="thea d" | |||||
| 54 | > | |||||
| 55 | ||||||
| 56 | <xsl:eleme nt | |||||
| 57 | name="tr" | |||||
| 58 | > | |||||
| 59 | ||||||
| 60 | <xsl:eleme nt | |||||
| 61 | name="th" | |||||
| 62 | > | |||||
| 63 | ||||||
| 64 | <xsl:text> | |||||
| 65 | First Name | |||||
| 66 | </xsl:text > | |||||
| 67 | ||||||
| 68 | </xsl:elem ent> | |||||
| 69 | ||||||
| 70 | <xsl:eleme nt | |||||
| 71 | name="th" | |||||
| 72 | > | |||||
| 73 | ||||||
| 74 | <xsl:text> | |||||
| 75 | Last Name | |||||
| 76 | </xsl:text > | |||||
| 77 | ||||||
| 78 | </xsl:elem ent> | |||||
| 79 | ||||||
| 80 | </xsl:elem ent> | |||||
| 81 | ||||||
| 82 | </xsl:elem ent> | |||||
| 83 | ||||||
| 84 | <xsl:eleme nt | |||||
| 85 | name="tbod y" | |||||
| 86 | > | |||||
| 87 | ||||||
| 88 | <xsl:apply -templates /> | |||||
| 89 | ||||||
| 90 | </xsl:elem ent> | |||||
| 91 | ||||||
| 92 | </xsl:elem ent> | |||||
| 93 | ||||||
| 94 | ||||||
| 95 | </xsl:temp late> | |||||
| 96 | ||||||
| 97 | ||||||
| 98 | <xsl:templ ate | |||||
| 99 | match="per son" | |||||
| 100 | > | |||||
| 101 | ||||||
| 102 | <xsl:eleme nt | |||||
| 103 | name="tr" | |||||
| 104 | > | |||||
| 105 | ||||||
| 106 | <xsl:eleme nt | |||||
| 107 | name="td" | |||||
| 108 | > | |||||
| 109 | ||||||
| 110 | <xsl:value -of | |||||
| 111 | select="@f irstName" | |||||
| 112 | /> | |||||
| 113 | ||||||
| 114 | </xsl:elem ent> | |||||
| 115 | ||||||
| 116 | <xsl:eleme nt | |||||
| 117 | name="td" | |||||
| 118 | > | |||||
| 119 | ||||||
| 120 | <xsl:value -of | |||||
| 121 | select="@l astName" | |||||
| 122 | /> | |||||
| 123 | ||||||
| 124 | </xsl:elem ent> | |||||
| 125 | ||||||
| 126 | </xsl:elem ent> | |||||
| 127 | ||||||
| 128 | ||||||
| 129 | </xsl:temp late> | |||||
| 130 | ||||||
| 131 | </xsl:styl esheet> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.