チラウラヤーン3号

その辺のプログラマーのチラ裏です。

2016-12-27から1日間の記事一覧

How to replace tag name with namespace using lxml

If you want to change tag/node name in XML, the code below can do it. from lxml import etree class ElementsTagReplacer: """replace tag name with namespaces.""" def __init__(self): self.encoding = 'utf-8' self.parser = etree.XMLParser(encod…