For example:
<features>
<feature>example 1</feature>
<feature>example 1</feature>
</features>
xpath(doc, ~x"./features") |> to_string()
And I would like it to print the exact block in XML format instead of an xmlElement
<features>
<feature>example 1</feature>
<feature>example 1</feature>
</features>