Click to See Complete Forum and Search --> : preserving WhiteSpace in DOM


RBala
September 10th, 2001, 07:46 AM
Hi Group,

I am using MS XML DOM in C++ to read the XML file and output it to HTML. While doing so, it is not retaining any white space between two elements. Could anyone of you help me in getting this problem solved?

Regards,
R. Bala

dkar
September 11th, 2001, 03:53 AM
Use
IXMLDOMDocument->preserveWhiteSpace=True
before loading XML.

Denis.