WAkthar
2005-07-14 14:08:17 UTC
Hi,
I am creating a customised xml file using msxml.
The xml file is created correctly apart from one problem.
How do I add put tags on new lines.
For example if I have an xml file as
<timeline version="1.0">
<group type="Video" width="352" height="288" framerate="25">
<track name="Video">
Video1
</track>
</group>
</timeline>
When I create this using msxml, it appears on one line as
<timeline omni_version="1.0"><group type="Video" width="352" height="288"
framerate="25"><track name="Video">
Is there a way I can say that after every tag, I want to indent the next on
a new line as above ??
Cheers
I am creating a customised xml file using msxml.
The xml file is created correctly apart from one problem.
How do I add put tags on new lines.
For example if I have an xml file as
<timeline version="1.0">
<group type="Video" width="352" height="288" framerate="25">
<track name="Video">
Video1
</track>
</group>
</timeline>
When I create this using msxml, it appears on one line as
<timeline omni_version="1.0"><group type="Video" width="352" height="288"
framerate="25"><track name="Video">
Is there a way I can say that after every tag, I want to indent the next on
a new line as above ??
Cheers