Page 1 of 1

XML Format Specification

Posted: Mon Feb 05, 2007 3:23 pm
by 9529705
Hello.

Where can I get the specifications of XML format, supported by TeeChart.
Or to get a xsd schema.

I'm not sure if the sampedata.xml file from web contains all the XML elements and attributes supported.

It is not convenient to get it by trying to recreate all the possibilities and export them into XML file.

Thanks in advance.

Posted: Mon Feb 05, 2007 4:44 pm
by narcis
Hi Lior Amsalem,

You may search IXMLExport in TeeChart help file.

Posted: Tue Feb 06, 2007 6:28 am
by 9529705
narcis wrote:Hi Lior Amsalem,

You may search IXMLExport in TeeChart help file.
Thank you for the reply, but there is no information in the Help on the actual XML structure.

I would like to know if there is a specification on the XML structure itself and not on the interface's methods and properties.

I am writing a client side wrapper for Chart ActiveX, that will do the same (or almost the same) as ISeriesXMLSource does. It will get a XML of data (containing series data, Chart's design and setup) and apply it on the Chart.

I want this XML input to be the same as XML file for ISeriesXMLSource, so ISeriesXMLSource can handle it too.

Thus I have to know what this XML can contain and how it must be structured.

What are my possibilities and constraints?

I hope I was more clear this time.

Thank You

Posted: Mon Feb 12, 2007 9:11 am
by Pep
Hi Lior,

for the moment there's not a document with all the xml specifications, but the best way to know the xml structure which is used is to export the generated Chart to xml once it has been created.