Looking for code to write DOM tree to file?

  • Thread starter Thread starter TimB
  • Start date Start date
T

TimB

What is the fastest and most eleganr way to produce XML files as files
from DOM trees? I don't mean any serialization but something that writes
all elements and attributes nicely in indentent form into file.
 
TimB said:
What is the fastest and most eleganr way to produce XML files as files
from DOM trees? I don't mean any serialization but something that writes
all elements and attributes nicely in indentent form into file.

XmlDocument.Save(..)

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top