Hi all,
is there any tool that will give me a view for XML fields like so.
<Service>
<header/>
<Body>
<element1/>
<element2/>
</Body>
</Service>
I want something that will show me the a view like so, if i select element1
Service/Body/element1
Is there any tool for eclipse for doing the above.
Thanks.