Chris Bode

Results 4 issues of Chris Bode

## Environment data - Pylance version: 2024.10.1 - OS and version: Windows 10 Pro 22H2 19045.4894 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.12.6 Settings.json ```json {...

bug

Small patch that implements the changes described in #901 The changes broke existing test _XML Namespace Parse > should ignore default prefix xml attribute_ , which relied on the buggy...

**Describe the bug** Element.setAttributeNS() is producing incorrect XML when supplied with an unprefixed attribute name. Specifically, xmldom tries to manipulate the active default namespace rather than adding a prefix to...

bug