(lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib

chapter to better reflect the relationship between the modules.
This commit is contained in:
Fred Drake 1996-10-09 14:36:54 +00:00
parent 0eb8837560
commit e1980ed1f8
4 changed files with 8 additions and 8 deletions

View File

@ -139,8 +139,8 @@ to Python and how to embed it in other applications.
\input{libgopherlib}
\input{libnntplib}
\input{liburlparse}
\input{libhtmllib}
\input{libsgmllib}
\input{libhtmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}

View File

@ -139,8 +139,8 @@ to Python and how to embed it in other applications.
\input{libgopherlib}
\input{libnntplib}
\input{liburlparse}
\input{libhtmllib}
\input{libsgmllib}
\input{libhtmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}

View File

@ -36,12 +36,12 @@ scripts.
--- Parse a URL string into a tuple (addressing scheme identifier, network
location, path, parameters, query string, fragment identifier).
\item[htmllib]
--- A (slow) parser for HTML documents.
\item[sgmllib]
--- Only as much of an SGML parser as needed to parse HTML.
\item[htmllib]
--- A (slow) parser for HTML documents.
\item[formatter]
--- Generic output formatter and device interface.

View File

@ -36,12 +36,12 @@ scripts.
--- Parse a URL string into a tuple (addressing scheme identifier, network
location, path, parameters, query string, fragment identifier).
\item[htmllib]
--- A (slow) parser for HTML documents.
\item[sgmllib]
--- Only as much of an SGML parser as needed to parse HTML.
\item[htmllib]
--- A (slow) parser for HTML documents.
\item[formatter]
--- Generic output formatter and device interface.