Custom Script XML reponse <dfapi> </dfapi> tags

Hi

I create a custom xml script , for process post requests.

use

Accept: text/xml
Content-Type: text/xml
and develop version of dreamfactory (production version has bug “Invalid XML Payload Supplied”)

this is how my script response looks :

>      <?xml version="1.0" ?><dfapi>
>      <stuMessages></stuMessages>
>      </dfapi>

its to possible remove the … tags in the xml response ?

Regards