Eclipse: how to format all xml files in workspace?

dam023

New Member
I greatly appreciate the functionality of Eclipse to apply code formatter to all projects in workspace, however it works only for Java files, I'd like now to apply formatter to all XML files. And there are a pack of them: \[code\]pom's\[/code\], Spring configs etc.I've found no build-in format that could do the task for all selected projects. So, my question, do you know an external plugin that would do the task (possibly with own format settings that could be exported/imported)? Or I have missed an existing option?
 
Back
Top