invalid expression when xsi:type is not a type
Brought to you by:
pabigot
Both SAX and DOM implementations do the wrong thing when the value of an xsi:type attribute is not a named type. SAX simply ignores the xsi:type attribute; DOM generates a TypeError attempting to test whether None is a subclass of the element class.
Fixed in [2066]. Fix will be integrated into 1.0.1.
Milestone PyXB 1.0.1 deleted