:: Forum >>

xmltable.getData skips trailing whitespaces in IE?

var itsRecords = new AW.XML.Table;
...
itsRecords.setXML(inData);
...
itsRecords.getData(3,theRow);


If the XML node value contains trailing whitespaces then those whitespaces are trimmed in IE but are returned correctly in FF.

Anyone know how the correct untrimmed data can be returned when using IE?
Karl Thoroddsen
Thursday, June 28, 2007
[CODE]itsRecords.getXML().preserveWhiteSpace = true;[/CODE]

Solved it. :-)
Karl Thoroddsen
Thursday, June 28, 2007

This topic is archived.


Back to support forum

Forum search