I have an xml and it has nodes with i:nil=\"true\" in it. What does that mean?
For example:
Doe
Maybe i:nil actually means xsi:nil, this means that the FirstName element is empty, i.e. does not have any content -- not even "". It refers to the nillable property in XML Schema.
i:nil
xsi:nil
FirstName
""
nillable