[
Lists Home |
Date Index |
Thread Index
]
7/10/02 12:35:04 PM, "Karl Stubsjoen" <karl@excelbus.com> 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?
|