Python处理XML的疑问

cow13000 2009-12-10
>>> xmldoc = minidom.parse("file")
>>> xmldoc.firstChild.childNodes 

>>> [<DOM Text node "\n">, <DOM Element: ref at 17533332>, \
<DOM Text node "\n">, <DOM Element: ref at 17549660>, <DOM Text node "\n">]


Python解析xml时候为什么还要带着换行符,在遍历这节点列表比对属性时候
判断调用node.attribute["id"],时候看到了AttributeError: 'NoneType' object has no attribute 'keys'异常是不是就是这个问题引起的,怎么处理好呢
西山一片云 2009-12-24
 
    
Global site tag (gtag.js) - Google Analytics