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
Hi.
I'm using pydantic-xml to build xml files from json.
I faced a problem. I need to add a value and I tried to do it manually, simply using f-strings.
But after xml_model.to_xml() my < and > is being replaced by < and >
How can I avoid it?
The text was updated successfully, but these errors were encountered:
right now CDATA is not supported by the library since it is not supported by xml.etree library. I am going to add it for lxml backend only in the next version.
Hi.
I'm using pydantic-xml to build xml files from json.
I faced a problem. I need to add a value and I tried to do it manually, simply using f-strings.
But after xml_model.to_xml() my < and > is being replaced by < and >
How can I avoid it?
The text was updated successfully, but these errors were encountered: