(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:
parent
0eb8837560
commit
e1980ed1f8
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue