DocumentBuilder not outputting details

I’m having trouble outputting collected data using DocumentBuilder random blocks seem to be “missing” even though the data is there when debugging. A number of data items are looped and all their information outputted but when opening the saved document the fields are empty.


builder.Writeln(tr_pb.getXMLData("/property/@name",egXmlDoc));

builder.Writeln(tr_pb.getXMLData("/property/@business-park",egXmlDoc));



Hi,
It’s hard to say what’s going on given only these lines of code. Please post or attach more detailed fragment of code (including the loop).