function getXMLData(query,object)
{
	var xpathExp = query;	
	var info = object.xmlapplet.getXML(xpathExp);
	return info;
	
}

