diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-05 02:24:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-05 02:24:39 (GMT) |
commit | b5316188ee5f197b5a15db6671718839170be409 (patch) | |
tree | 42fa96099be27861359999db3aae96cc72eb33f9 /Doc/lib/lib.tex | |
parent | c05cbb05270405afe1ffc2c3f3c659ecb778b212 (diff) | |
download | cpython-b5316188ee5f197b5a15db6671718839170be409.zip cpython-b5316188ee5f197b5a15db6671718839170be409.tar.gz cpython-b5316188ee5f197b5a15db6671718839170be409.tar.bz2 |
Created a new chapter on structured markup processing, including the
existing SGML, HTML, & XML support, and providing a home for the new
XML support as it becomes documented.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2eaa1e5..79a226b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -215,9 +215,6 @@ and how to embed it in other applications. \input{libasyncore} \input{netdata} % Internet Data Handling -\input{libsgmllib} -\input{libhtmllib} -\input{libxmllib} \input{libformatter} \input{librfc822} \input{libmimetools} @@ -237,7 +234,13 @@ and how to embed it in other applications. \input{libnetrc} \input{librobotparser} -\input{librestricted} +\input{markup} % Structured Markup Processing Tools +\input{libsgmllib} +\input{libhtmllib} +\input{libxmllib} +\input{libpyexpat} + +\input{librestricted} % Restricted Execution \input{librexec} \input{libbastion} |