While I’m making some progress with ASObjC there are still some mysteries.
When I open an XML with my app and save it all single linefeed in text entries are gone:
<text>
</text>
-->
<text></text>
This can be handled calling all nodes with “empty” values and replace the content by a return. But those can be several thousands.
Another thing I can’t find in the docs is how to delete a node.
Any help will be appreciated.