Upgrade to 2.34.0 has been done for 5.7.3, maybe upgrade to 2.35.0 if needed.
Main changes needed on tests: all "/x:" elements are not found anymore (x: is a namespace), this can be changed easily on all tests using the following command (unix): find . -name "*.html" | xargs sed -i "s,/x:,/,g"