* @param panelRoot The tree to put the data in.
*/
public void makeXMLData(IXMLElement panelRoot)
{
// Data path markup
IXMLElement ipath = new XMLElementImpl("teamdatapath", panelRoot);
ipath.setContent(idata.getVariable(TEAM_DATA_PATH));
panelRoot.addChild(ipath);
}