Parse XML into an Xexpr and back.
xexpr.Writeto_xmlXexpr -> Stringxexpr.Readto_xexprString -> Xexprxml.parsers.expat.ExpatError when given a non-well-formed XML string.| Name | Type | Default | Description |
|---|---|---|---|
| strip_whitespace | Boolean |
False |
Whether to strip trailing and leading whitespace from all strings. |
| Name | Type | Default | Description |
Python 2.4 or higher
Pete Markowsky provided answers to all my Python questions. Matt Horan made sure I made no stupid last-minute mistakes. The PLT popularized the X-expression.