I have an issue with self closing td-elements () vs. empty td-elements () if the source does contain text in the td-element.
Example:
- second document:
using: < td/> < td>test< /td>
- result document (self closing td-element):
In the result document is an additional td-element which should not present.
If you use an empty td-element it is working.
- second document:
using: < td>< /td> < td>test< /td>
- result document (empty td-element):
I have an issue with self closing td-elements () vs. empty td-elements () if the source does contain text in the td-element.
Example:
using: < td/> < td>test< /td>
textsampletestIn the result document is an additional td-element which should not present.
If you use an empty td-element it is working.
using: < td>< /td> < td>test< /td>
textsampletest