to_string

Contents

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