Sign in to follow this  
pelkey

Can I update single attributes in XML data?

Recommended Posts

Here's what I would like to do:

 

- create a chart by specifying a dataURL attribute

 

- this dataURL returns an xml file from my server

 

- the chart draws...

 

- Now - on the client-side, provide an input/dropdown to allow the user to change the refreshInterval on the fly.

 

- Once the user selects a new interval is there a way that I can reset JUST the refreshInterval attribute in the XML for the chart on the client without having to roundtrip to my server to get a whole new set of XML data?

 

 

 

Jo

Share this post


Link to post
Share on other sites

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
Sign in to follow this