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
Group policy issues - SBS 2003 to windows 2008 R2 migration
D-Link Print Server with Webcam?
SQL 2008 does not send email
Intelligent Filter want to know which mails were blocked
Question about garbage collection - Which object is elligable for GC
unable to do trace route "tracert" within our network
Why am I getting a blank page on this code?
Is c++ com server my solution?
operation on JTable
visiting New York for the first time, what should I do and what's the must see's?