[Python-checkins] CVS: python/dist/src/Doc/lib markup.tex,NONE,1.1 lib.tex,1.154,1.155

Fred L. Drake python-dev@python.org
Tue, 4 Jul 2000 19:24:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8017/lib
Modified Files:
	lib.tex 
Added Files:
	markup.tex 
Log Message:
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.
--- NEW FILE ---
\chapter{Structured Markup Processing Tools
 \label{markup}}
Python supports a variety of modules to work with various forms of
structured data markup. This includes modules to work with the
Standard Generalized Markup Language (SGML) and the Hypertext Markup
Language (HTML), and several interfaces for working with the
Extensible Markup Language (XML).
\localmoduletable
Index: lib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/lib.tex,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -r1.154 -r1.155
*** lib.tex	2000年06月28日 22:05:44	1.154
--- lib.tex	2000年07月05日 02:24:38	1.155
***************
*** 216,222 ****
 
 \input{netdata}			% Internet Data Handling
- \input{libsgmllib}
- \input{libhtmllib}
- \input{libxmllib}
 \input{libformatter}
 \input{librfc822}
--- 216,219 ----
***************
*** 237,242 ****
 \input{libnetrc}
 \input{librobotparser}
 
! \input{librestricted}
 \input{librexec}
 \input{libbastion}
--- 234,245 ----
 \input{libnetrc}
 \input{librobotparser}
+ 
+ \input{markup} % Structured Markup Processing Tools
+ \input{libsgmllib}
+ \input{libhtmllib}
+ \input{libxmllib}
+ \input{libpyexpat}
 
! \input{librestricted} % Restricted Execution
 \input{librexec}
 \input{libbastion}

AltStyle によって変換されたページ (->オリジナル) /