You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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"
Beta Was this translation helpful? Give feedback.
All reactions