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).
Original issue reported on code.google.com by marko...@gmail.com on 27 Nov 2013 at 6:17
Original issue reported on code.google.com by
marko...@gmail.com
on 27 Nov 2013 at 6:17