summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmldom.tex
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown:Johannes Gijsbers2005-01-091-9/+44
| | | | | | | | | | | | | * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation.
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-3/+3
|
* Patch #1062033 / bug #1027771: clarify what happens when callingJohannes Gijsbers2004-11-071-1/+3
| | | | insertBefore() with refChild=None.
* Add apparently missing word for InvalidStateError definition.Brett Cannon2004-06-171-1/+1
| | | | Closes bug #973901. Thanks Brian Gough.
* Change email address.Martin v. Löwis2003-04-181-1/+1
|
* Typo: it's --> itsFred Drake2002-11-131-1/+1
| | | | Closes SF bug #637810.
* Revise text about the level of DOM support, and provide pointers toFred Drake2002-09-111-23/+32
| | | | | | | the work of the XML-SIG in the main body of the text. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness.
* Remove mentioning of Python 2.0 limitations. Fixes #607783.Martin v. Löwis2002-09-111-10/+10
|
* Minor adjustments to markup for the getDOMImplementation() description.Fred Drake2001-11-301-10/+13
|
* Added the convenience constants that are present in PyXML to make theseFred Drake2001-11-301-0/+35
| | | | more similar.
* Fix up a number of small problems with the DOM documentation.Fred Drake2001-10-261-6/+16
| | | | There's still a lot to do, but it's better now.
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
|
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
|
* 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.