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: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Also, you can use appropriate tool to patch XML files with diff files, this acti
8
8
## Important note
9
9
10
10
It is highly recommended to use the `diff.xsd` file to validate the diff XML files. It is especially important when you creating them by `XMLDiff.exe`.
11
+
If the `diff.xsd` file if it located in the "current" folder it will be used automatically. If you want to use another `diff.xsd` file, you can specify it with the `-x` option.
11
12
12
13
## How to use
13
14
@@ -24,7 +25,7 @@ It is highly recommended to use the `diff.xsd` file to validate the diff XML fil
24
25
There is a command line help for the `XMLDiff` tool:
25
26
26
27
```shell
27
-
XMLDiff 0.2.13
28
+
XMLDiff 0.2.15
28
29
Developed by Chem O`Dun
29
30
30
31
-o, --original_xml Required. Path to the original XML file or directory.
@@ -37,6 +38,8 @@ Developed by Chem O`Dun
37
38
38
39
-l, --log-to-file (Default: false) Log to a file.
39
40
41
+
-a, --append-to-log (Default: false) Append logs to the existing log file.
42
+
40
43
--only-full-path (Default: false) Generate only full path.
41
44
42
45
--use-all-attributes (Default: false) Use all attributes in XPath.
@@ -134,7 +137,7 @@ Example:
134
137
There is a command line helpfor the `XMLPatch` tool:
135
138
136
139
```shell
137
-
XMLPatch 0.2.13
140
+
XMLPatch 0.2.15
138
141
Developed by Chem O`Dun
139
142
140
143
-o, --original_xml Required. Path to the original XML file or directory.
@@ -147,6 +150,8 @@ Developed by Chem O`Dun
147
150
148
151
-l, --log-to-file (Default: false) Log to a file.
149
152
153
+
-a, --append-to-log (Default: false) Append logs to the existing log file.
154
+
150
155
--help Display this help screen.
151
156
152
157
--version Display version information.
@@ -242,8 +247,8 @@ There is a MIT license for this tool. You can find it in the [LICENSE](LICENSE)
242
247
243
248
## Additional links
244
249
245
-
There is a topic on the [Egosoft forum](https://forum.egosoft.com/viewtopic.php?t=468623), related to this toolset.
250
+
There is a topic on the [EGOSOFT forum](https://forum.egosoft.com/viewtopic.php?t=468623), related to this toolset.
246
251
247
252
## Antivirus scanning
248
253
249
-
Please be aware - each release archive has an appropriate ling to the [VirusTotal](https://www.virustotal.com). Follow the link to be sure that the archive is safe.
254
+
Please be aware - each release archive has an appropriate link to the [VirusTotal](https://www.virustotal.com). Follow the link to be sure that the archive is safe.
0 commit comments