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
get selected (not all) checkboxes in jQuery
Computer Case For EVGA 285GTX...
flash object doesnt show in IE
Flash CS4 Actionscript 3.0 Errors
ASP.NET: URLs with apostrophes throwing error on server but not in dev environment
WAN IP Address on AT&T Black List
How do I uninstall Symantec Backup Exec 11d in Windows Server 2003??
simple .htaccess php rewrite rule not working
Incorrect Syntax near 'GO'
Centering text in header of collapsible panel