summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmldomminidom.tex
Commit message (Collapse)AuthorAgeFilesLines
* Change some wording to make this work with PDF generation -- using a PDFFred Drake2001-01-221-2/+3
| | | | | | hyperlink at the start of the paragraph confused pdflatex; it saw the link start while still in vertical mode, which is not allowed. Including text before the link forces horizontal mode.
* Lots of additional information. Not done, but much better.Fred Drake2000-12-071-5/+2
|
* Substantial re-organization of the DOM documentation. The abstract APIFred Drake2000-11-291-0/+294
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.