X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml;h=8bc536f24e9a6a87839479514e42d8535c20aa7f;hp=71dc2b98ed95dc6b5976e934bb2d4702d4582ac7;hb=00a366effbc6bdf9784b5db07b1c693b622836e5;hpb=e65c1516d616e7dcfaf9a1b984961e01a2aef16d diff --git a/xml b/xml index 71dc2b9..8bc536f 100755 --- a/xml +++ b/xml @@ -237,9 +237,6 @@ if use_elementtree or use_lxml: if text: text_accumulator.append(text) return '\n'.join(text_accumulator).encode(default_encoding, "replace") - def getroot(self): - return self.document.getroot() - def getchildren(self, node): return list(node) @@ -280,6 +277,9 @@ if use_elementtree: self.document = ET.parse(sys.argv[2], PIParser()) + def getroot(self): + return self.document.getroot() + def getlocalname(self, name): if name.startswith('{'): name = name.split('}', 1)[1] # Remove XML namespace