summaryrefslogtreecommitdiff
path: root/Doc/lib/xmlsaxhandler.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-381/+0
|
* Bug #1397205: doc typoGeorg Brandl2006-01-101-1/+1
|
* add missing line breakFred Drake2004-10-251-1/+1
|
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
| | | | (closes SF bug #881707)
* Change email address.Martin v. Löwis2003-04-181-1/+1
|
* Talk about interfaces rather than implementation classes where appropriate.Fred Drake2002-06-251-20/+24
| | | | | | Add hyperlinks to make the documentation on the Attributes and AttributesNS interfaces more discoverable. Closes SF bug #484603.
* 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.