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
62bebdf4
Commit
62bebdf4
authored
May 12, 2010
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- clarify Attr.name comment on the presence of colons in namespace mode
- document Attr.value - wrap some long lines
parent
58404690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
Doc/library/xml.dom.rst
Doc/library/xml.dom.rst
+12
-3
No files found.
Doc/library/xml.dom.rst
View file @
62bebdf4
...
...
@@ -705,18 +705,27 @@ Attr Objects
..
attribute
::
Attr
.
name
The
attribute
name
.
In
a
namespace
-
using
document
it
may
have
colons
in
it
.
The
attribute
name
.
In
a
namespace
-
using
document
it
may
include
a
colon
.
..
attribute
::
Attr
.
localName
The
part
of
the
name
following
the
colon
if
there
is
one
,
else
the
entire
name
.
The
part
of
the
name
following
the
colon
if
there
is
one
,
else
the
entire
name
.
This
is
a
read
-
only
attribute
.
..
attribute
::
Attr
.
prefix
The
part
of
the
name
preceding
the
colon
if
there
is
one
,
else
the
empty
string
.
The
part
of
the
name
preceding
the
colon
if
there
is
one
,
else
the
empty
string
.
..
attribute
::
Attr
.
value
The
text
value
of
the
attribute
.
This
is
a
synonym
for
the
:
attr
:`
nodeValue
`
attribute
.
..
_dom
-
attributelist
-
objects
:
...
...
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