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
Concatenate
SQL only return range of records
Import data from text file to ms access table?
DatDiff for bonds
Reservation Database, need help with organization, etc.
uggestions for database structure for a program which allows user to add custom fields
Computer Keeps On Giving Me "c000021a Fatal System Error" Whenever I Try To Log On
Dell Latitude D630 - battery is not recognized in Windows or BIOS
SBS Shutting itself down! It says I have multiple domain controllers when I don't!
MS Access VBA - Process Bar