-
-
Notifications
You must be signed in to change notification settings - Fork 79
any_element
#1044
-
Hi,
I converted my xml data to python models with xsdata. But I come across with xsdata models full of saying any_element and I don't see any XML to python object mapping. How will I navigate or set data through my model instances?
@DataClass
class Arccos:
class Meta:
name = "arccos"
namespace = "http://www.w3.org/1998/Math/MathML"
any_element: Optional[object] = field(
default=None,
metadata={
"type": "Wildcard",
"namespace": "##any",
},
)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment