Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a94896ef
Commit
a94896ef
authored
Jul 06, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sjoerd Mullender <sjoerd@oratrix.nl>:
Updates for recent changes in xmllib.
parent
efe117db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Doc/lib/libxmllib.tex
Doc/lib/libxmllib.tex
+4
-2
No files found.
Doc/lib/libxmllib.tex
View file @
a94896ef
...
...
@@ -20,14 +20,16 @@ The \class{XMLParser} class must be instantiated without
arguments.
\footnote
{
Actually, a number of keyword arguments are
recognized which influence the parser to accept certain non-standard
constructs. The following keyword arguments are currently
recognized. The defaults for all of these is
\code
{
0
}
(false).
recognized. The defaults for all of these is
\code
{
0
}
(false) except
for the last one for which the default is
\code
{
1
}
(true).
\var
{
accept
_
unquoted
_
attributes
}
(accept certain attribute values
without requiring quotes),
\var
{
accept
_
missing
_
endtag
_
name
}
(accept
end tags that look like
\code
{
</>
}
),
\var
{
map
_
case
}
(map upper case to
lower case in tags and attributes),
\var
{
accept
_
utf8
}
(allow UTF-8
characters in input; this is required according to the XML standard,
but Python does not as yet deal properly with these characters, so
this is not the default).
}
this is not the default),
\var
{
translate
_
attribute
_
references
}
(don't
attempt to translate character and entity references in attribute values).
}
\end{classdesc}
This class provides the following interface methods and instance variables:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment