neilvk Posted October 23, 2002 Posted October 23, 2002 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
neilvk Posted October 23, 2002 Author Posted October 23, 2002 i am also using this.... set rows = xmldoc.getElementsByTagName("ROW") set columns = rows.item(i).getElementsByTagName("DATA")
Recommended Posts
This topic is 8067 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now