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
Canon printer reports low ink after replacing ink cartridges.
Is there a way to convert a printdocument to a bitmap?
=Hyperlink with Vlookup results in "Cannot Open Specified File"
Sagekey Question
Randam generatetion in asp.net with C#
Query in SSRS take much longer than SSMS
Fan races computer will not Boot
MS Excel: is there a way to highlight the row you've clicked in
Show / Hide command button?
Access VBA Expert needed - bookmarks amongst 2 recordsets, etc