So, i have some not well-formated xml document, some empty tags() don't have "/" at the end, example: <loader local="test.bat" dir="/usr/home">
And how can i elegant(using regex:)) add for each "loader" tag "/" at the of this tag(using Java); must be:
<loader local="test.jpg" dir="/usr/home"/>