summaryrefslogtreecommitdiffstats
path: root/Doc/libxmllib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Logical markup.Fred Drake1998-03-121-46/+50
|
* Use "\samp{...}" instead of "``\code{...}''" when showing markup fragmentsFred Drake1998-02-131-18/+18
| | | | | | | | | | in the running text. For computed attribute and method names (where there's a \var{} part to the name), use the non-indexing forms of \datadesc{} and \funcdesc{}. This doesn't change the printed output, but removes 3 rejections from the makeindex run and allows the LaTeX2HTML support to exclude these from the index.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Added missing "{" for "\code <?stuff?>}".Fred Drake1998-02-031-1/+1
|
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-291-12/+48
| | | | | | | | | | | | | The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created.
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-291-1/+1
| | | | be a dictionary...).
* Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).Fred Drake1997-12-121-1/+1
| | | | | This makes it more consistent with other modules. All three *mllib modules need this change.
* Docu for xmllib.py, by Sjoerd Mullender.Guido van Rossum1997-11-181-0/+185