| 35 |
|
|
| 36 |
|
-Remove XML from existing files (patch only). |
| 37 |
|
|
| 38 |
+ |
-Select elements using element name, parent element name, attribute name/value and XPath 1.0. |
| 39 |
+ |
|
| 40 |
|
-Powerful custom XML editing using javascript (for what you can't do with native operations) (patch only). |
| 41 |
|
|
| 42 |
|
---------------------------------- |
| 75 |
|
-Some patch files operations were renamed: |
| 76 |
|
ADDTO -> ADD_INSIDE_NODE |
| 77 |
|
REMOVE -> REMOVE_NODE |
| 78 |
< |
CUSTOMCODE -> CUSTOM_CODE |
| 78 |
> |
CUSTOMCODE -> CUSTOM_CODE |
| 79 |
> |
-Added option to select xml elements by attribute name and value |
| 80 |
> |
-Added option to select xml elements by XPath 1.0 (should reduce the need of javascript) |