You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/README.egosoft
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
25
25
There is a command line help for the [b]XMLDiff[/b] tool:
26
26
27
27
[code=shell]
28
-
XMLDiff 0.2.24
28
+
XMLDiff 0.2.27
29
29
Developed by Chem O`Dun
30
30
31
31
-o, --original_xml Required. Path to the original XML file or directory.
@@ -44,6 +44,8 @@ Developed by Chem O`Dun
44
44
45
45
--use-all-attributes (Default: false) Use all attributes in XPath.
46
46
47
+
--ignore-diff-in-attribute Ignore differences in the specified attribute when comparing elements.
48
+
47
49
--help Display this help screen.
48
50
49
51
--version Display version information.
@@ -132,6 +134,10 @@ Example:
132
134
</diff>
133
135
[/code]
134
136
137
+
[size=115][u]Ignore differences in the specified attribute[/u][/size]
138
+
139
+
The [b]--ignore-diff-in-attribute[/b] option will ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attributes like [b]version[/b], [b]comment[/b], etc.
140
+
135
141
[size=120][u]Defining the position generation for the diff by in-line comment[/u][/size]
136
142
137
143
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//XMLDIffWithVSCode.md]XMLDiff with VSCode[/url].
@@ -277,6 +283,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
277
283
278
284
[size=130][u]Changelog[/u][/size]
279
285
286
+
[size=125][u][0.2.27] - 2025-08-28[/u][/size]
287
+
[list]
288
+
[*] Improved:
289
+
[list]
290
+
[*] XMLDiff: added --ignore-diff-in-attribute option to ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attribute [b]version[/b] in X4 script files.
Copy file name to clipboardExpand all lines: Docs/README.nexus
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
25
25
There is a command line help for the [b]XMLDiff[/b] tool:
26
26
27
27
[code]
28
-
XMLDiff 0.2.24
28
+
XMLDiff 0.2.27
29
29
Developed by Chem O`Dun
30
30
31
31
-o, --original_xml Required. Path to the original XML file or directory.
@@ -44,6 +44,8 @@ Developed by Chem O`Dun
44
44
45
45
--use-all-attributes (Default: false) Use all attributes in XPath.
46
46
47
+
--ignore-diff-in-attribute Ignore differences in the specified attribute when comparing elements.
48
+
47
49
--help Display this help screen.
48
50
49
51
--version Display version information.
@@ -132,6 +134,10 @@ Example:
132
134
</diff>
133
135
[/code]
134
136
137
+
[size=2][u][i]Ignore differences in the specified attribute[/i][/u][/size]
138
+
139
+
The [b]--ignore-diff-in-attribute[/b] option will ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attributes like [b]version[/b], [b]comment[/b], etc.
140
+
135
141
[size=3][u]Defining the position generation for the diff by in-line comment[/u][/size]
136
142
137
143
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//XMLDIffWithVSCode.md]XMLDiff with VSCode[/url].
@@ -277,6 +283,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
[*] XMLDiff: added --ignore-diff-in-attribute option to ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attribute [b]version[/b] in X4 script files.
0 commit comments