3.2.0

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
June 28,
[CODE]itsRecords.getXML().preserveWhiteSpace = true;[/CODE]

Solved it. :-)
Karl Thoroddsen
June 28,

This topic is archived.

See also:


Back to support forum