Space in XML
-
When a space is given in .xml file, the value is not passed & it is not displayed in the browser.
Do you mean a whitespace character? If you want to show that, rather use .
-
When a space is given in .xml file, the value is not passed & it is not displayed in the browser.
Can you provide an example. Where is the space character that it doesn't show up? Are you just opening the document, in say IE, or are you doing any processing of it?
-
When a space is given in .xml file, the value is not passed & it is not displayed in the browser.
Depending on which version of MSXML you have whitespace defaults are different. In VC++ the following line will preserve the whitespaces if called prior to loading the file. hr = pXML->put_preserveWhiteSpace(VARIANT_TRUE); To be conscious that you are ignorant of the facts is a great step towards Knowledge. Benjamin Disraeli