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
Creating Fixed Width Files with Coldfusion
Restore Exchange 2000 mailstore backup from backupexec 11d - access denied
I want to use a vpn to access all lkocal recources.
I Don't Know What To Do: Reducing Processing Time
Blackberry firmware deployment
odbcad32 DSN to SQL Server 2005/2008 from Windows 7 x64 fails
SQL Case
DNS Problem after change in WAN
Restrict Skype for internal use
c# treeview population