Re: [xml-dev] Line Breaks and formatting

From
Eric Bohlman <>
To
Xml-Dev <>, Karl Stubsjoen <>
Date
2002-07-11T02:18:12Z
ID
<NHD0XW7467WUZY0671GEECNKRUO.3d2ceae4@main>
Thread
Re: [xml-dev] Line Breaks and formatting
7/10/02 12:35:04 PM, "Karl Stubsjoen" <> wrote:

>I'm using vb and the MSXML2 object model to create XML documents in code.
>I've noticed that the XML is constructed all on one line... I'd like to
>somehow insert line breaks (and possibly add other formating like tabs),
>into my XML while creating with MSXML2.  Is this possible?

You have to explicitly insert them as text nodes.  Remember that in XML, all whitespace outside 
markup is significant.

MSXML2?  Isn't that a bit old?