Test server/ui/V4Pages.py parses XML with non standard entities using
the ElementTree's XML parser. However the method it uses to declare the
non standard entities are no longer available in Python 3's ElementTree.
This commit instead modifies the DOCTYPE element in the XML directly
before passing it to ElementTree's XML parser.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 39570 Build 39595: arc lint + arc unit