Question

XML file that I need to generate a chart from

  • 25 January 2019
  • 1 reply
  • 1 view

I am trying to parse an XML file to generate a chart. I am not exactly sure how do do this and could use some help. These should be data series line graph of temperature, salinity, and sound velocity by water depth.

Here is an xml example file!


1 reply

Userlevel 2
Badge +17

Hi @ginabrewer,

A combination of the XML reader and the ChartGenerator should produce the results you are looking for.

I am attaching an example workspace for you:

xmlchart.fmw

 

The Temperature and Salinity values have similar ranges, so can be combined into a single chart.

 

Result:

The Sound Velocity has a very different range, so needs a separate chart:

Reply