XML Support
l XML specifies a generic syntax for a markup
language but no tags
l Users specify tags to use for a specific problem domain
l HTML roughly an XML instance for web pages
Tag set formally specified by a DTD.
l Have defined tag set for markup of plots
l Tried to make it generic so it could be used by other
programs
l JAS directly supports reading/writing PlotML
PlotML file can store
l Display style + snapshot of current data
l Display style + reference to (live) data
PlotML is ASCII file (like HTML) so can be hand
edited
70