Microsoft
Software
Hardware
Network
Question : parsing XMLDOM
in the following code, How do i refer to a particular objFld within objFlds. I can do it using a counter...but id like to grab an objFld value by explicitly using the index.
Set objRows = objRoot.getElementsByTagNa
me("row")
For Each objRow in objRows
strXMLRctr = strXMLRctr + 1
Set objFlds = objRow.getElementsByTagNam
e("field")
For Each objFld in objFlds
strXMLFctr = strXMLFctr + 1
If strXMLFctr = 10 Then
response.write "Transaction Type - " & objFld.text & "*<br>"
End IF
response.write "*strXMLFctr - " & strXMLFctr & " - " & objFld.text & "*<br>"
Next
Next
Set objCols = Nothing
Answer : parsing XMLDOM
will this work???
objFldsValue = objRow.getElementsByTagNam
e("field")
.childNode
s(10).text
;
Random Solutions
json to javascript - google charts
Will the new iTunes allow my old songs bought in the iTunes Music Store onto a new iPhone, iPad, iPod, etc.?
Mysterious beeping noise when i hold down mouse button in OSX
does BEGIN TRAN put a lock?
Exception handling for insert statement
How do I fix this HTML LINK?
How to send form results in Dreamweaver Php to more than one address
Calling C++ functions from CGI
How to manually map vmnet0 (bridge) to a specific physical adapter with VMware Player?
Upgrading Forest to 2008 R2 and Exchange 2010