AliDD added the comment:
Will give a try to some of them later. Thanks for info.
--
___
Python tracker
<http://bugs.python.org/issue15423>
___
___
Python-bug
AliDD added the comment:
@Ezio Melotti:
Do you mean as parser with minidom.parseString() or stand alone? If second,
than, result will be the sequence of handler calls instead of DOM. This is not
bad, but entirely different story.
--
___
Python
AliDD added the comment:
Document Object Model (DOM) Level 1 Specification at
http://www.w3.org/TR/REC-DOM-Level-1/
states that
"The Document Object Model provides a standard set of objects for representing
HTML and XML documents"
That's why I try to use xml.dom.minidom to