diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-22 19:06:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-22 19:06:20 (GMT) |
commit | 0f564eaceb55a4b14d003b03d62b1613aba9581a (patch) | |
tree | 79601b0a3fe952d3e8f1b83ee0e0e12a6720e63e /Doc/lib/xmldomminidom.tex | |
parent | bcb09fa33fd14441862d4244ff969f624aaec04b (diff) | |
download | cpython-0f564eaceb55a4b14d003b03d62b1613aba9581a.zip cpython-0f564eaceb55a4b14d003b03d62b1613aba9581a.tar.gz cpython-0f564eaceb55a4b14d003b03d62b1613aba9581a.tar.bz2 |
Change some wording to make this work with PDF generation -- using a PDF
hyperlink at the start of the paragraph confused pdflatex; it saw the
link start while still in vertical mode, which is not allowed. Including
text before the link forces horizontal mode.
Diffstat (limited to 'Doc/lib/xmldomminidom.tex')
-rw-r--r-- | Doc/lib/xmldomminidom.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/xmldomminidom.tex b/Doc/lib/xmldomminidom.tex index 0557113..9d4f3b6 100644 --- a/Doc/lib/xmldomminidom.tex +++ b/Doc/lib/xmldomminidom.tex @@ -214,8 +214,9 @@ handleSlideshow(dom) \subsection{minidom and the DOM standard \label{minidom-and-dom}} -\refmodule{xml.dom.minidom} is basically a DOM 1.0-compatible DOM with -some DOM 2 features (primarily namespace features). +The \refmodule{xml.dom.minidom} module is essentially a DOM +1.0-compatible DOM with some DOM 2 features (primarily namespace +features). Usage of the DOM interface in Python is straight-forward. The following mapping rules apply: |