1 |
|
Readme.txt |
2 |
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
3 |
< |
XmlTools v2.0d |
3 |
> |
XmlTools v2.0e |
4 |
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
5 |
|
|
6 |
|
---------------------------------- |
49 |
|
Contacts: |
50 |
|
---------------------------------- |
51 |
|
|
52 |
< |
Script10k, "faob2@hotmail.com" |
52 |
> |
s10k, "faob2@hotmail.com" |
53 |
|
|
54 |
|
Oni Central Forum: |
55 |
|
http://oni.bungie.org |
61 |
|
---------------------------------- |
62 |
|
Change Log: |
63 |
|
---------------------------------- |
64 |
+ |
2.0e, 16-02-2019 |
65 |
+ |
-Fixed bug in the processing of patch files when the target XML contained an apostrophe (') in the path |
66 |
+ |
---------------------------------- |
67 |
|
2.0d, 05-10-2017 |
68 |
|
-Fixed bug in the processing of javascript files for XML custom processing (some files were not being processed) |
69 |
|
-Some code refactoring to make the code more modular and easier to build (now uses s10k's "shared" libraries for |
100 |
|
-Added option to select xml elements by attribute name and value |
101 |
|
-Added option to select xml elements by XPath 1.0 (should reduce further the need of javascript) |
102 |
|
-The insertion of xml via patch now support multiple nodes inside <xml></xml> tags |
103 |
< |
-Added exclusive option for AEI which allows AEI to pass a list of .oni-patches to process |
103 |
> |
-Added exclusive option for AEI which allows AEI to pass a list of .oni-patches to process |