Skip to main content

This module enhances minidom and will allow you to have ordered attributes instead of having them sorted automaticaly.

It is relevent in the fact that you may want to script the loading/modification/saving of xml files and then print out a diff. with the normal minidom since attributes are sorted automaticaly you can have an unwanted diff for each unchaged line just because the order of the attributes changed.

once you load this module, just use minidom normaly.

example:

>>> from xml.dom import minidom
>>> import enhancedminidom

then use minidom normaly except that:

  • Document and Element classes have a ‘getElementsByAttributeName’ method which can be verry handy.

  • ‘toxml’ and ‘toprettyxml’ will print attributes in the order they are created/loaded if ‘minidom.SORTEDATTRIBUTES = False’ (default)

example to get all nodes having a “foo” attribute:

>>> document = minidom.parse('yourfile.xml')
>>> nodes_with_foo = document.getElementsByAttributeName('foo')

example to get all nodes having a “foo” attribute if they are in a “fum” tag:

>>> document = minidom.parse('yourfile.xml')
>>> nodes_with_foo = document.getElementsByAttributeName('foo', 'fum')

Release Notes :

Release 0.1:

First Version

Release 0.2:

Fixed a typo in this doc

Release files for enhancedminidom 0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for enhancedminidom 0.2
File Size Uploaded
enhancedminidom-0.2.zip 3.0 kB Details

Release files / enhancedminidom-0.2.zip

Download URL enhancedminidom-0.2.zip
Size 3.0 kB
Tags Source
SHA-256 checksum
How to use checksums
a25bc181a71ba7e9814ee5d71a07ed7327faed195376d3f276c1c7f0da156ea1
BLAKE2b-256 checksum
How to use checksums
df76a194e4942036e9cc3fc06d2386f68aebe874dbda77162b7f984cac7b537f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2 This release

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page