Hi:
Sorry I can't find the correct documentation for this. It's very simple I think.
I open up an XML reader class and correlate the XML to a message type.
My XML will read something like
<StatusLastChecked></StatusLastChecked>
This gets correlated into a message with the following property
Property StatusLastChecked As %String(XMLPROJECTION = "element");
I can use the following to get the other properties out
i.e. docs.RelayedDocuments.GetAt(i).DateAdded will get the date added properties
When i try for the one with the blank value for the blank entry with a trace I get undefined traced out
d