a little update:
here’s an answer about <br> in conjunction with the xml tools auto indentation (pretty print) taken from here, in order to not leave behind a solved, but unanswered, topic. (it would otherwise hurt my eyes on a monday morning ;-) )
sorry about not replying to your other thread about <br> yet.
i did not find any workaround using xml tools with an unclosed <br> yet.
the only way i got auto indentation to work is by using a self closing <br/> instead.
unfortunately many coders use <br> instead of <br/> since it is also valid.
so until anyone finds any workaround for the xml tools auto indentation, or has a better alternative plugin, which is available for x64, you would have to replace all <br> with <br/>.
response from @Adriano-Ellero :
thanks I did on that way <br />
all browsers accept that!