Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing line while adding new nodes

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
0
0
PT
Hi,

I´m inserting new nodes in a xml tree. The problem is that all the new nodes inserted stay in the same line in the text document. If I saw the resulting xml file with IE, I see, of course, a well designed xml tree. However, If I open the file in a text editor, all new nodes come on the same line.

It´s just a "design" problem, however I would like to have the xml tree idented. What I need is to change of line, after inserted a new node.

PS: I´m using MSXML parser

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top