For `\documentclass{book}` the footnote counter should be reset for every chapter. Adding RawTeX('\@addtoreset{footnote}{chapter}'); to `book.cls.ltxml` should fix the problem.
For
\documentclass{book}the footnote counter should be reset for every chapter.Adding
to
book.cls.ltxmlshould fix the problem.