|
-
Aug 13th, 2007, 09:19 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Help with XmlNode
hi guys! Help please..I have XmlNode named rowNode and it has value
<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
<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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|