private static void generateXML(AccessDatabase access,
String arg, String stmt, String time, String xsl) throws Exception{
CreateXMLFile xmlFile = new CreateXMLFile(access);
if(arg.toUpperCase().endsWith(".XML")){
xmlFile.writeTheXMLFile(stmt, time,
access.getData(),
arg, xsl);
}
else{
xmlFile.writeTheXMLFile(stmt, time,