Python论坛  - 讨论区

标题:[python-chinese] 关于xml的问题

2006年09月01日 星期五 10:33

甘晖 ganhui020在gmail.com
星期五 九月 1 10:33:43 HKT 2006

谢谢limodou的建议
哪里有关于elementtree的中文资料呢?
赶进度中……

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月01日 星期五 10:43

lu lubiao.py在gmail.com
星期五 九月 1 10:43:26 HKT 2006

http://effbot.org/zone/element-index.htm

有很多例子,还是容易看懂的。

On 9/1/06, 甘晖 <ganhui020 at gmail.com> wrote:
> 谢谢limodou的建议
> 哪里有关于elementtree的中文资料呢?
> 赶进度中……
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月01日 星期五 10:45

limodou limodou在gmail.com
星期五 九月 1 10:45:42 HKT 2006

On 9/1/06, 甘晖 <ganhui020在gmail.com> wrote:
> 谢谢limodou的建议
> 哪里有关于elementtree的中文资料呢?
> 赶进度中……

好象在啄木鸟上有一点。如果要生成xml使用它带的simplexmlbuilder就行了,它自带的文档有例子,不困难。要修改dom树的话,用simplexmlbuilder就不行了,需要直接对元素进行修改,如生成子元素可以使用SubElement(),可以直接修改元素的属性,如e.text='aaa',
e.attrib['caption'] = 'caption'等。

-- 
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月01日 星期五 13:04

邓作霖 pse-dengzl在pegasus.tj.cn
星期五 九月 1 13:04:46 HKT 2006

看Dive Into Python关于SGMLParser这段一直没有明白,如何能把处理完的文本保 
存在文件中呢,就像sgmllib.py那个例子里一样,只不过把打印在屏幕上的内容保 
存在文件中,多谢了。


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月03日 星期日 16:20

Eric glitch.wang在gmail.com
星期日 九月 3 16:20:38 HKT 2006

limodou 写道:
> On 9/1/06, 甘晖 <ganhui020 at gmail.com> wrote:
>   
>> 谢谢limodou的建议
>> 哪里有关于elementtree的中文资料呢?
>> 赶进度中……
>>     
>
> 好象在啄木鸟上有一点。如果要生成xml使用它带的simplexmlbuilder就行了,它自带的文档有例子,不困难。要修改dom树的话,用simplexmlbuilder就不行了,需要直接对元素进行修改,如生成子元素可以使用SubElement(),可以直接修改元素的属性,如e.text='aaa',
> e.attrib['caption'] = 'caption'等。
>
>   
try this: http://4suite.org/, 文档也很全

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号