Jump to content
Server Maintenance This Week. ×

reading multiple values in element


neilvk

This topic is 7867 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 7867 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.