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 2003 Add-In with VSTO: no permissions
MS Access 2007 - closing a table
how to eliminate double input of a value
Query to find matching patterns in a table
How to change power settings on a PC, and make it effective to all users.
Compaq Presario SR5010NX Desktop PC
UTF-8 / ASP Problem - Foreign Characters from SQL 2008
How do I permanently enable teredo tunneling pseudo-interface in windows xp?
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
Calendar question