Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | SF Bug #1341934: Fix a representation of "\n" to use a proper tag. | Hye-Shik Chang | 2005-10-30 | 1 | -1/+1 |
| | |||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | minor doc tweaks for writexml | Skip Montanaro | 2004-09-28 | 1 | -5/+9 |
| | |||||
* | - make sure the methods minidom adds to the basic DOM are attributed | Fred Drake | 2004-03-25 | 1 | -15/+10 |
| | | | | | | | to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Someone should backport this patch to Python 2.3.x. | ||||
* | Change email address. | Martin v. Löwis | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Update an example to use the DOM implementation object. Explain that | Fred Drake | 2002-10-24 | 1 | -8/+28 |
| | | | | | the parse() and parseString() functions use a separate parser, not actually implement a parser. (This is a common question.) | ||||
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 1 | -1/+36 |
| | | | | Document toprettyxml. | ||||
* | Fix up a number of small problems with the DOM documentation. | Fred Drake | 2001-10-26 | 1 | -14/+19 |
| | | | | There's still a lot to do, but it's better now. | ||||
* | Move the long minidom example to a separate file; \verbatiminput does the | Fred Drake | 2001-09-02 | 1 | -67/+1 |
| | | | | | | right thing with page breaks in long examples, while the verbatim environment does not. This causes the example to wrap to the next page instead of overwriting the page footer and bottom margin. | ||||
* | Change some wording to make this work with PDF generation -- using a PDF | Fred Drake | 2001-01-22 | 1 | -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 Drake | 2000-12-07 | 1 | -5/+2 |
| | |||||
* | Substantial re-organization of the DOM documentation. The abstract API | Fred Drake | 2000-11-29 | 1 | -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. |