New submission from Stefan Behnel <stefan...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36676>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to