Xml Model Pane

Xml Model Pane consists of two subpanes. The top one displays current data in a table format, and provides buttons for editing XML. To change the cell's value or row's or column's label double-click on it and enter a new value.When XML text in the bottom pane is modified the top subpane becomes disabled until Apply or Reset button is pressed. The bottom subpane displays current data in one of the XML formats. To switch between different xml formats use right mouse button menu.

You can load and save data in xml format for future use, or import data from database or delimited files. Imported data is treated as static, i.e. it is not updated if the original datasource has changed. These options are useful for testing - if you will be loading data from an external source, you can test your settings in this pane before deploying the web page.

When you load new data into this pane or change the existing data two buttons - "Apply" and "Reset" appear at the bottom of the pane. When you click "Apply", the designer will parse new data and apply it to the current chart. In case the entered data is invalid, an error message is displayed at the bottom of the pane and the invalid token is highlighted. By default a non-validating, built-in parser is used to parse xml. To select a different parser, open Setup dialog by selecting File>>Setup menu item, select "Designer" tab, uncheck "Use built-in parser" checkbox, and enter the classname of the parser into "Parser" field.