Added entries reflecting the separation of the abstract DOM documentation
and the implementation docs for xml.dom.minidom.
This commit is contained in:
parent
eaf57aa44a
commit
f65ab1bf10
|
@ -171,6 +171,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
|
|||
../lib/libxmllib.tex \
|
||||
../lib/libpyexpat.tex \
|
||||
../lib/xmldom.tex \
|
||||
../lib/xmldomminidom.tex \
|
||||
../lib/xmlsax.tex \
|
||||
../lib/xmlsaxhandler.tex \
|
||||
../lib/xmlsaxutils.tex \
|
||||
|
|
|
@ -235,6 +235,7 @@ and how to embed it in other applications.
|
|||
\input{libhtmllib}
|
||||
\input{libpyexpat}
|
||||
\input{xmldom}
|
||||
\input{xmldomminidom}
|
||||
\input{xmlsax}
|
||||
\input{xmlsaxhandler}
|
||||
\input{xmlsaxutils}
|
||||
|
|
Loading…
Reference in New Issue