mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #18760: Improved cross-references in the xml package.
This commit is contained in:
parent
3b44a409de
commit
15e6590774
7 changed files with 67 additions and 44 deletions
|
@ -74,7 +74,8 @@ and switch to DOM-related processing.
|
|||
|
||||
Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be
|
||||
either a file name, or a file-like object. *parser*, if given, must be a
|
||||
:class:`XmlReader` object. This function will change the document handler of the
|
||||
:class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
|
||||
document handler of the
|
||||
parser and activate namespace support; other parser configuration (like
|
||||
setting an entity resolver) must have been done in advance.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue