File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,16 @@ \section{\module{xmllib} ---
2020arguments.\footnote {Actually, a number of keyword arguments are
2121recognized which influence the parser to accept certain non-standard
2222constructs. 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
2526without requiring quotes), \var {accept_missing_endtag_name} (accept
2627end tags that look like \code {</>}), \var {map_case} (map upper case to
2728lower case in tags and attributes), \var {accept_utf8} (allow UTF-8
2829characters in input; this is required according to the XML standard,
2930but 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
3335This class provides the following interface methods and instance variables:
You can’t perform that action at this time.
0 commit comments