Closed villelahdenvuo closed 5 years ago
POEditor tool adds a header element to the XLIFF file:
<header> <tool tool-id="poeditor.com" tool-name="POEditor"/> </header>
The simple fix is to find the body element instead of getting the first child.
thanks for your contribution; published in v4.1.4
POEditor tool adds a header element to the XLIFF file:
The simple fix is to find the body element instead of getting the first child.