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).
Log in to post a comment.