summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmlsaxhandler.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix the default value for feature_namespaces, per discussions on the XML-SIGFred Drake2001-11-191-2/+2
| | | | mailing list. This causes the docs to match the default implementation.
* Clarified a couple of issues for the startElement*() handlers:Fred Drake2001-11-181-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 theFred Drake2001-11-061-17/+15
| | | | PDF version.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Added documentation on the ErrorHandler interface.Fred Drake2000-12-191-0/+40
| | | | This closes bug #126034.
* Two typos caught by /F; thanks!Fred Drake2000-12-041-2/+2
|
* Added a comment for ContentHandler.characters() explaining how to migrateFred Drake2000-12-041-0/+8
| | | | SAX1 code to SAX2, based on bug #123695.
* Massive addition of SAX documentation from Martin von LoewisFred Drake2000-10-121-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.