private static final String template_file_path = "../../../abc/def/";
Source xmlSource = new StreamSource(bin);
Source xsltSource = new StreamSource(new File(template_file_path+templateFileName));
Source xmlSource = new StreamSource(bin);
Source xsltSource = new StreamSource(new File(template_file_path+templateFileName));