I have an xml and it has nodes with i:nil=\"true\" in it. What does that mean?
For example:
Doe
This means FirstName is null
This means FirstName = ""
Assumption made on FirstName is of string type.