Treemap 4.1 Documentation


[Previous]   [Table of Contents]   [Next]

Create your own XML data file

Treemap uses the simple XML format designed for the data set in the IV03 contest .
The simple XML format for the IV03 contest is specified in treeml.dtd.
The sample tree is also provided under data/ directory in the Treemap bundle you download. (Actually there is a slight modification in terms of the location of the .dtd file, i.e. the DOCTYPE line.)

You need to have treeml.dtd in the same directory as your XML files if the DOCTYPE line in your .xml file looks like:

<!DOCTYPE tree SYSTEM "treeml.dtd">
You don't need to have treeml.dtd locally at all, if the DOCTYPE line in your .xml file has an absolute reference:

<!DOCTYPE tree SYSTEM "http://www.cs.umd.edu/hcil/iv03contest/datasets/treeml.dtd">



Questions

Contact us at: treemap@cs.umd.edu
Return to Treemap main page

Web Accessibility