in open OpenXmlPowerTools self closing tags are implemented for all elements when empty.
E.g.
<div />
or
<td />
This is not valid html. How to prevent this.
Or have I to regex me through the result to replace them 🙁
in open OpenXmlPowerTools self closing tags are implemented for all elements when empty.
E.g.
<div />
or
<td />
This is not valid html. How to prevent this.
Or have I to regex me through the result to replace them 🙁