What best meets my requirements in creating and modifying XML?
Requirements:
checking whether a node exists through the entire path from the root
<root> <a> <b> </b> </a> <root>
-> //root/a/b
creating XML nodes with easy access to them, like expressions in XPath.
What can be recommend?