Are there any useful functions / modes / hydras / utilities for navigating xml documents?
Some features that might be nice to have:
- Jump to parent
- Jump to next child
- Jump to matching tag (like % in vim)
- Helm go to ancestor
- Helm to to child
Things that I have found so far
Commands sgml-skip-tag-forward
and sgml-skip-tag-backward
. There is an sgml-tag-end
function by this is not interactive and wants to take an argument.