How to export formatted xml code?
-
Hi,
How can I export so that the XML file is nicely formatted? Every codeline in a new line if that makes sense.
Now its all:
<name>Oleg</name><age>50</age><color>red</red>
And I want:
<name>Oleg</name>
<age>50</age>
<color>red</color>Thx for the help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to export formatted xml code?’ is closed to new replies.