var fDesc=new Array(); fDesc[0] = "Many educational returns for example HESA and SQA are now produced in XML format, whilst this aids easy distribution it can be very challenging when it comes to accessing the data within these files. Whilst there are programs that can open these files Notepad is too limited and many commercial packages are overly complex and expensive.

UNIT-e XML Reporting Lite is an easy way to access data in XML formatted files. It can quickly extract, view, and format data from XML files.
This application will work with XML return files produced by UNIT-e or any other Institution Management Information System."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }