Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the default value for feature_namespaces, per discussions on the XML-SIG | Fred Drake | 2001-11-19 | 1 | -2/+2 |
| | | | | mailing list. This causes the docs to match the default implementation. | ||||
* | Clarified a couple of issues for the startElement*() handlers: | Fred Drake | 2001-11-18 | 1 | -8/+18 |
| | | | | | | | | | - the attrs value may be re-used by the parser, so the implementation cannot rely on owning the object. - an element with no namespace encountered in namespace mode will have a URI of None, not "" (startElementNS() only). Fixed a couple of minor markup issues as well. | ||||
* | A variety of small cleanups, including one to avoid a margin overrun in the | Fred Drake | 2001-11-06 | 1 | -17/+15 |
| | | | | PDF version. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Added documentation on the ErrorHandler interface. | Fred Drake | 2000-12-19 | 1 | -0/+40 |
| | | | | This closes bug #126034. | ||||
* | Two typos caught by /F; thanks! | Fred Drake | 2000-12-04 | 1 | -2/+2 |
| | |||||
* | Added a comment for ContentHandler.characters() explaining how to migrate | Fred Drake | 2000-12-04 | 1 | -0/+8 |
| | | | | SAX1 code to SAX2, based on bug #123695. | ||||
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 1 | -0/+321 |
<loewis@informatik.hu-berlin.de>. Reorganized to be more like other parts of the documentation in its arrangement, but with few content changes. This closes SourceForge patch #101850. |