event.RenderData

I am using the event.RenderData to output my API structures to xml and json. However when the system converts the structures to XML, it says “struct” before each element. Is there a way to turn this off?

I just want the xml output to be displayed without any kind of ‘struct’ xml element. I imagine I have to modify the coldbox framework but I can’t seem to locate where this is converted.

never mind - I figured it out - xmlRootName is an attribute that I needed :slight_smile: