to_string#

to_string(xml: _Element) str[source]#

Convert XMl root to string

Parameters:

xml (_Element) – Root XML

Returns:

XML as a string

Return type:

str