summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/pulldom.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
| | | | Added SAX2DOM class.
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
| | | | | Moved appendChild calls from DOMEventStream to PullDOM (parser indep). Removed duplicated sibling pointer setting (duplicated in appendChild).
* minidom: access attribute value before printing itMartin v. Löwis2000-10-061-10/+12
| | | | | | correct order of constructor args in createAttributeNS pulldom: use symbolic names for uri and localnames correct usage of createAttribute and setAttributeNode signatures.
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
|
* Updated to new SAX method signatures (*NS, patch 101573).Lars Gustäbel2000-09-241-6/+6
|
* Conform to the Python style guide.Fred Drake2000-09-241-125/+121
|
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
|
* Used original SAX handling form.Paul Prescod2000-07-041-2/+2
|
* Reference cycle fixesPaul Prescod2000-07-011-75/+2
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+267
W3C DOM implementation for Python.