[New-bugs-announce] [issue36676] Make TreeBuilder aware of namespace prefixes

Stefan Behnel report at bugs.python.org
Sat Apr 20 07:06:44 EDT 2019


New submission from Stefan Behnel <stefan_ml at behnel.de>:

The XMLPullParser has 'start-ns' and 'end-ns' events, but the parser targets don't see them. They should have "start_ns()" and "end_ns()" callback methods to allow namespace prefix aware parsing.

----------
assignee: scoder
components: Library (Lib), XML
messages: 340571
nosy: scoder
priority: normal
severity: normal
status: open
title: Make TreeBuilder aware of namespace prefixes
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36676>
_______________________________________


More information about the New-bugs-announce mailing list