summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmldom.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoAndrew M. Kuchling2001-06-231-1/+1
|
* Add some information about what to expect of the DocumentType'sFred Drake2001-04-051-0/+2
| | | | | .internalSubset attribute based on a clarification from the www-dom list.
* Minor adjustments, including markup corrections.Fred Drake2001-02-231-5/+6
|
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-221-0/+30
|
* Add a note to Node.isSameNode() that it is based on the DOM Level 3 workingFred Drake2001-02-141-0/+6
| | | | draft. I'm not sure that's important, but Uche thinks it is.
* Document Node.isSameNode().Fred Drake2001-02-031-0/+7
|
* Fix a number of typos found by Guido.Fred Drake2001-01-261-4/+4
|
* Fix an obvious usage nit I should have caught myself on the previousFred Drake2001-01-241-1/+1
| | | | change to this file. Thanks, /F!
* AttributeList --> NamedNodeMapFred Drake2001-01-241-1/+1
| | | | | Since there is no such thing as an AttributeList, don't say "attributes" is one.
* Added descriptions of the defined exceptions and their mapping to theFred Drake2000-12-131-0/+129
| | | | DOM recommendation.
* Lots of small improvements and bits of added information on the DOM API.Fred Drake2000-12-081-59/+110
|
* Lots of additional information. Not done, but much better.Fred Drake2000-12-071-42/+171
|
* Substantial re-organization of the DOM documentation. The abstract APIFred Drake2000-11-291-364/+229
| | | | | | | | | is now separated from the supplied standard implementation. Not all interfaces are documented yet, but the structure is better set up to do so. There is still a lot to do here, but the shape of the documentation is coming into line.
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-241-0/+614
Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days.