How to import xml data in a chart

R

Roger

I need a simple example of how to import xml data that is located in a url in a dynamic chart component

Thanks
 
T

Thao Moua [ms]

Use this

CS.Load "http://SERVER_NAME/XMLFILE.XML"

There is no cross domain allowed in this scenario so make
use the script page containing the chart control and the
XML file are both on the same machine.

Thao Moua
OWC Webchart Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
-----Original Message-----
I need a simple example of how to import xml data that
is located in a url in a dynamic chart component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top