diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 22:00:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 22:00:03 (GMT) |
commit | 2c4f554b7863ac47b8e10dd4a942bb7bc3e6b3e3 (patch) | |
tree | becacb0e5705244d69459c0a3057b3f5ec64ab0f /Doc/lib/libxmllib.tex | |
parent | e693df94ed50e5083742b8c3bcb490c6b7fe03ac (diff) | |
download | cpython-2c4f554b7863ac47b8e10dd4a942bb7bc3e6b3e3.zip cpython-2c4f554b7863ac47b8e10dd4a942bb7bc3e6b3e3.tar.gz cpython-2c4f554b7863ac47b8e10dd4a942bb7bc3e6b3e3.tar.bz2 |
Fixed a large number of small problems, mostly noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r-- | Doc/lib/libxmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index f60cecf..e80201b 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -274,7 +274,7 @@ the tag name was \code{'http://www.w3.org/TR/REC-html40 html'}, and the tag \code{<html:a href='http://frob.com'>} inside the above mentioned element is treated as if the tag name were \code{'http://www.w3.org/TR/REC-html40 a'} and the attribute name as -if it were \code{'http://www.w3.org/TR/REC-html40 src'}. +if it were \code{'http://www.w3.org/TR/REC-html40 href'}. An older draft of the XML Namespaces proposal is also recognized, but triggers a warning. |