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
How do I find what updates have been applied to a computer
php display image from mysql
Path To File Is Truncated...Can I Show The Full Path
Drive visible in Disk Management, but not in My Computer
how to convert an Omnis .df1 datafile to SQL?
MS Access VBA SQL query with varables - is it possible?
migrating SQL databases to another server and get some weird error messages
Get Terminal Server Client Name via T-SQL
Convert datetime to character string
Type mismatch error when setting row height or column width