-
If I read this correctly this behavior appears to be a bug that has seemingly been fixed for Python 3.9. What's your Python version?
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
I got curious about this now so I did some tests on my own, and it appears that the XML parser implementation in Python does indeed strip all newline characters from attributes. Whether this is according to XML standard I do not know; I also briefly tried an alternative XML implementation for Python and it behaves the same, so I would assume that this is standard behavior, but I'm not knowledgable enough about XML to say for certain.
Related posts
-
Release 0.44.0 of Spellcheck (GitHub) Action - baby-steps maintenance
-
Show HN: Finic – open-source platform for building browser automations
-
GitHub – GSA/code-gov: An informative repo for all Code.gov repos
-
What's your favorite alternative to bleach for sanitizing HTML?
-
I wrote a markdown to html converter