from xml_objects import Builder, no_parent builder = Builder() @builder.parser('root') def root_node(parent, text): """This is the root node, so parent should be no ...
between v0.8.11 and v1.0.0.0 this seems to have been moved to: from docx.oxml.parser import parse_xml I cant recall seeing any warning about this and cant see any migration notes for the 1.0.0 release ...