you can use xmlby javascript
1-go to the suitable cade(event)
2-create an object from ActiveObject('microsoft.xmldom')
var dom =new ActiveObject('microsoft.xmldom');
3-load thexml file by using the function load("file**.xml");
doc.load("file.xml");
4-return the tags yiou want by using the function
var doc=dom.getelementByTagname("titlr");