tessl install tessl/pypi-dicttoxml@1.7.0Converts a Python dictionary or other native data type into a valid XML string.
Agent Success
Agent success rate when using this tile
86%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.99x
Baseline
Agent success rate without this tile
87%
Generated
Agent Claude Code
Scenario 1
Convert Python objects to XML output
Scenario 2
Debug logging to a chosen file
Scenario 3
Wrap values in CDATA sections
Scenario 4
Return bytes or string output
Scenario 5
Toggle XML declaration, root wrapping, and encoding metadata
Scenario 6
Default XML document wrapping with customizable root tag
Scenario 7
XML-safe element naming and value escaping
Scenario 8
Recursive handling of nested mappings and sequences
Scenario 9
Optional type metadata and unique id attributes
Scenario 10
Type-annotated elements with datetime and boolean normalization