
	>>> from yaxl import *
	>>> x = Element('a:x', {'xmlns:a': 'http://example.org'})
	>>> y = Element('b:x', {'xmlns:b': 'http://example.org'})
	>>> x == y
	True