Posted 18 years ago
by Richard Beyer
-
KBS Leipzig

Hi,
is there a possibility to perform an auto-layout in XML for the document?
my problem: a valid xml-document in one single line is loaded into the editor. I want the text to be splitted into many lines, every xml tag gets its own line and will be auto-formatted with tabs like that:
before:after transformation:
greetings from germany
Richard
is there a possibility to perform an auto-layout in XML for the document?
my problem: a valid xml-document in one single line is loaded into the editor. I want the text to be splitted into many lines, every xml tag gets its own line and will be auto-formatted with tabs like that:
before:
<root><tag1><tag2>text</tag2></tag1></root>
<root>
<tag1>
<tag2>
text
</tag2>
</tag1>
</root>
Richard