Hi,
Can UltraEdit format an XML document?
For example: <TAG1><SUB>HELLO</SUB></TAG1> would become
I am the registered user of UltraEdit 9 and was wondering if there is a way to do above.
Thanks in advance.
Can UltraEdit format an XML document?
For example: <TAG1><SUB>HELLO</SUB></TAG1> would become
Code: Select all
<TAG1>
<SUB>HELLO</SUB>
</TAG1>Thanks in advance.



