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
connecting to Oracle 9i from PHP using Oracle instant client
Begin/Commit Nested Transactions in VFP/Sql Server environment
Prompted for Remote.Domain.com password in Outlook 2007 small business
Exchange 2007 que
sql server for loop
button width: changed from IE6 to IE7 and now button length is very large
Macro not found error
How to deal with binary data types in access
Reorder Columns in a DataGrid
Autofill with letters of the alphabet...