2006年09月01日 星期五 10:33
谢谢limodou的建议 哪里有关于elementtree的中文资料呢? 赶进度中……
2006年09月01日 星期五 10:43
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
2006年09月01日 星期五 10:45
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
2006年09月01日 星期五 13:04
看Dive Into Python关于SGMLParser这段一直没有明白,如何能把处理完的文本保 存在文件中呢,就像sgmllib.py那个例子里一样,只不过把打印在屏幕上的内容保 存在文件中,多谢了。
2006年09月03日 星期日 16:20
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/, 文档也很全
Zeuux © 2025
京ICP备05028076号