XML - Way to override/eliminate Root and or Record Element?

I am trying to create some simple (maybe not standard?) XML.

Defining all the fields makes perfect sense and is working great. However, I can’t seem to turn off root_element or record element.

If I call via
“post https://api.mockaroo.com/api/generate.xml?key=NOTMYKEY
and do not provide anything in the Parameters it generates and by default.

If I call via the UI then it creates blank values <></>

Hoping there is a way to turn off completely and let the Field definitions dictate the XML layout. Would like not to have to do any post processing of the XML to remove the unwanted records.

Thanks

back from break, bumping this one to see if there is not a fix or workaround.

API docs claim optional (although optional for all other formats other than XML?):

root_element string (optional, only used when format is xml) The name to give to the root element in the document
record_element string (optional, only used when format is xml) The name to give to each element representing a record

If I call the API without the parameters it adds and elements by default. Again, would like to have the tool ignore these if possible.

Thanks