Import XML on client side

TeeChart for ActiveX, COM and ASP
Post Reply
almes
Newbie
Newbie
Posts: 9
Joined: Thu Dec 22, 2005 12:00 am

Import XML on client side

Post by almes » Sun Jan 07, 2007 4:49 pm

Hello

I want to import XML data into TeeChart ActiveX Object in browser on client side with JavaScript code.
Is there a way to do it?

It seems that SeriesXMLSource is a Palette Component, but how can I use it in browser on client side?

almes
Newbie
Newbie
Posts: 9
Joined: Thu Dec 22, 2005 12:00 am

Re: Import XML on client side

Post by almes » Mon Jan 08, 2007 8:32 am

9529705 wrote:Hello

I want to import XML data into TeeChart ActiveX Object in browser on client side with JavaScript code.
Is there a way to do it?

It seems that SeriesXMLSource is a Palette Component, but how can I use it in browser on client side?
I see that no one replyed. I figured that out, BUT I have another question:

Is there any way to load chart data from XML that is given as XML Node or XML Text on Client Browser, instead of giving it a file name and letting it roundtrip to the Server?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 08, 2007 4:28 pm

Hi lior,

sorry for delay.
I'm afraid that not, the only ways to load from XML are the one showed into the TeeChart Pro demo features project :
Load XML from File
Load XML from Web

Post Reply