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
Message Box in access to display table cell value
Select Statement with Function
Win7/ VS 2010 / SQL 2008 Express OK for dev platform
Formatting a 60gb hard drive fails in Disk Management
2 node cluster won't failover to one node
Out-of-Office rule doesn't forward emails sent to distribution list
I have rules that automatically move email into Outlook 2007 sub folders. Only the most important email stays in my Inbox. Need a way of displaying all Unread Mail that is only in my Outlook Inbox
Certification renewal for OWA
Problem with changing Record Source in Access
Visual Studio dataset designer error message