[RESOLVED] Help with XmlNode
hi guys! Help please..I have XmlNode named rowNode and it has value
Quote:
<z:row
ows_fRecurrence=\"0\"
ows_LinkTitle=\"BAC Meeting\"
ows_EventDate=\"2007-08-14 08:30:00\"
ows_Location=\"rghergrege\"
ows_Alarm=\"2007-08-14 08:25:00\"
ows_AlarmMemberChoice=\"ALL\"
ows_Attachments=\"0\"
ows_Attachment=\", \"
ows_Title=\"BAC Meeting\"
ows_ID=\"105\"
ows_owshiddenversion=\"4\"
xmlns:z=\"#RowsetSchema\" />"
but sometime it can have value like this
Quote:
<z:row
ows_fRecurrence=\"0\"
ows_LinkTitle=\"BAC Meeting\"
ows_EventDate=\"2007-08-14 08:30:00\"
ows_Alarm=\"2007-08-14 08:25:00\"
ows_AlarmMemberChoice=\"ALL\"
ows_Attachments=\"0\"
ows_Attachment=\", \"
ows_Title=\"BAC Meeting\"
ows_ID=\"105\"
ows_owshiddenversion=\"5\"
xmlns:z=\"#RowsetSchema\" />"
notice that "ows_Location" in the second value does not exist. My question is how will check if "ows_Location" exist in the value? Thanks in advance!