Hi, I am trying to work out the best way to read the contents of a file. Specifically, I an performing an iteration over **/*.jsp files and want to only perform tasks on JSP which have <jsp:root declared (ie a JSP XML file).
Any ideas ? Thanks Ramon
Hi, I am trying to work out the best way to read the contents of a file. Specifically, I an performing an iteration over **/*.jsp files and want to only perform tasks on JSP which have <jsp:root declared (ie a JSP XML file).
Any ideas ? Thanks Ramon