Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 011028c

Browse files
committed
Sjoerd Mullender <[email protected]>:
Updates for recent changes in xmllib.
1 parent d14423a commit 011028c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libxmllib.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ \section{\module{xmllib} ---
2020
arguments.\footnote{Actually, a number of keyword arguments are
2121
recognized which influence the parser to accept certain non-standard
2222
constructs. The following keyword arguments are currently
23-
recognized. The defaults for all of these is \code{0} (false).
23+
recognized. The defaults for all of these is \code{0} (false) except
24+
for the last one for which the default is \code{1} (true).
2425
\var{accept_unquoted_attributes} (accept certain attribute values
2526
without requiring quotes), \var{accept_missing_endtag_name} (accept
2627
end tags that look like \code{</>}), \var{map_case} (map upper case to
2728
lower case in tags and attributes), \var{accept_utf8} (allow UTF-8
2829
characters in input; this is required according to the XML standard,
2930
but Python does not as yet deal properly with these characters, so
30-
this is not the default).}
31+
this is not the default), \var{translate_attribute_references} (don't
32+
attempt to translate character and entity references in attribute values).}
3133
\end{classdesc}
3234

3335
This class provides the following interface methods and instance variables:

0 commit comments

Comments
 (0)