在Python中存储和加载XML节点

时间:2014-06-02 19:52:36

标签: python xml

我希望能够存储我正在数据库中访问的当前XML节点的路径,以便稍后加载它。 E.g。

<somenode>
    <child>This is something I'm interested in storing in a database...</child>
    <child>...and this is not :(</child>
</somenode>

所以,我想要做的是将某种路径存储到我感兴趣的节点中,以便能够在需要时快速导航到这样的节点。

0 个答案:

没有答案