Incorrect reading of multi line strings
Brought to you by:
mellobot
Originally created by: marko...@gmail.com
Load attached sample.xml and try to read value of Lorem node.
LDoc.LoadFromFile('sample.xml');
LValue:= LDoc.Root.ReadUnicodeString('Lorem');
The LValue should contain lorem text but instead it contains only 3 characters (#$D#$A#9).