summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmllib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra period.Fred Drake2001-11-061-1/+1
|
* Minor changes to match the style guide.Fred Drake2001-07-141-1/+1
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-1/+1
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Added brief explanation of the \versionchanged for 1.5.2 (fixes formattingFred Drake2000-11-281-1/+1
| | | | for the HTML version).
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-1/+1
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Add deprecation note since the XML support is shaping up.Fred Drake2000-10-021-0/+3
|
* Add a reference item pointing to the Namespaces in XML recommendation.Fred Drake2000-09-121-14/+24
| | | | Convert the existing reference items to \seetitle markup.
* New method getnamespace.Sjoerd Mullender2000-08-311-0/+5
| | | | | | Since the application never gets to see the namespace abbreviation used in the XML document, but some applications may need to know them, we provide this method.
* Some minor clarifications and added some index entries.Fred Drake2000-08-111-20/+22
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-07-061-2/+4
| | | | Updates for recent changes in xmllib.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-4/+11
| | | | (Very rough.)
* Doco update from Sjoerd Mullender.Guido van Rossum1999-08-261-15/+13
|
* Added a "See also" section with some external references.Fred Drake1999-04-221-0/+12
|
* Added an index entry.Fred Drake1999-02-191-3/+6
|
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-191-1/+1
| | | | Lannert <lannert@uni-duesseldorf.de>.
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-2/+6
| | | | | Clarified (hopefully :-) the documentation of elements and attributes variables.
* Added a \versionchanged since the API changed to supportFred Drake1998-12-221-1/+4
| | | | | | | | | namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language".
* Use \moduleauthor and \sectionauthor instead of a comment to creditFred Drake1998-12-221-1/+2
| | | | the author (just happened to notice this one).
* Sjoerd Mullender writes:Guido van Rossum1998-12-181-49/+59
| | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces.
* Sjoerd writes:Guido van Rossum1998-12-071-1/+2
| | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove obsolete \setindexsubitem macros.Fred Drake1998-04-041-63/+61
| | | | | | | | Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-2/+2
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* 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