October 23, 200223 yr I am using FM5 and use the xml in an ASP application. <COL> <DATA>value1</DATA> <DATA>value2</DATA> </COL> where there is only one data element i can use the following code to get the value i want: var = columns.item(0).text however, what code do i need to use to be able to read 'value1'or 'value2' ? thanks Neil
October 23, 200223 yr Author i am also using this.... set rows = xmldoc.getElementsByTagName("ROW") set columns = rows.item(i).getElementsByTagName("DATA")
Create an account or sign in to comment