Microsoft
Software
Hardware
Network
Question : Reference Data In XML Document
Greetings;
I am a complete novice when it comes to XML.
I have the following XML:
-
-
-
The XML is located in a variable called xmlResponse with a type of xmlDocument.
I need to reference in my VB code the value of the "isReady" attribute and the value of the "rxNumber" node.
Would someone be willing to post back the solution in VB please?
Much thanks ... David
Answer : Reference Data In XML Document
Dim xl As New XmlDocument
xl.Load("yourdo
cument")
If
Convert.ToBoolean(xl.Selec
tSingleNod
e("script"
).Attribut
es("isRead
y").Value)
= True Then
'do something
End If
Random Solutions
Outlook 2007 Calendars Updating Shared Calendar only updates Personal Calendar
Help with excel formula
exchange 2003 dropping mail with invalid from field
Vista Boot Error
Reading XML in to an ADO Recordset
msaccess 2003 and turning on a new menu toolbar from module code and turning off the main menu from the same place
VB 2010 - Connection to MS Access
can i use right([ClientName] to get the last part of a string in a Microsoft Access query if i don't know how long the last part is?
The SUM function requires 1 argument.
Microsoft Word 2007 Cell Calculation