locize / xliff

xliff2js and js2xliff converter xliff utils
MIT License
80 stars 37 forks source link

Fix for files with a header tag before the body #20

Closed villelahdenvuo closed 5 years ago

villelahdenvuo commented 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.

adrai commented 5 years ago

thanks for your contribution; published in v4.1.4