I asked similar question about HTML, but I want to know if emacs XML mode has the feature.
- Is there 'M-x browse-url-of-file' equivalent in XML mode? I mean, is there any key that can pop up xml editor (XMLEditor or similar)?
- Is there any XML editing tool to enable the reverse link back to emacs XML mode?
ADDED
Based on slomojo's comment, I think if emacs' nXML mode can do whatever my XML editor (XMLEditor with Mac, XML Editor with PC) can do, I don't need this forward/reverse link.
These are what I found useful with XMLEditor.
- collapsable node : I can collapse a whole/part of a tree if necessary.
- Grammar checker : If the XML has DTD, XML Editor checks if XML tree follows the DTD.
- Easy search and replace
There might be more, but those are what I need mostly.