x=xmlDoc.getElementsByTagName('speaker');
for (i=0;i<x.length;i++)
	{
	document.write(x[i].childNodes[0].nodeValue)
	document.write("<br />")
	}