search

Home  >  Q&A  >  body text

python - 如何替换xml里面的变量

大家讲道理大家讲道理2907 days ago759

reply all(3)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:04:39

    Consider using the ElementTree module to parse and modify your XML.

    Reference documentation https://docs.python.org/2/lib...

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 10:04:39

    xmltodict This package is very easy to use

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 10:04:39

    A suggestion:

    1.用1楼提到的那个包解析xml dom结构
    2.利用这个dom写一个jinja的xml模板
    3.用jinja自带的渲染函数render把变量渲染进去
    4.写到文件,完成

    reply
    0
  • Cancelreply