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
access query problem 15
Where does outlook store temporary addresses?
Coldfusion SQL how can i get the last bit field type with value 1 in the current row
Browser detection problems
reformating data returned
Unix Tools: sed Command to Replace Text with TAB Character
Need URGENT HELP PLEASE with ESEUTIL & Ex2007
How do I reset the name of the "Title" column in Sharepoint after it has been renamed in error.
PERL Export to CSV
username php script - how to point it to an excel list