In ExpressJs Simply add the content-type and send a valid XML document as the xmlContent
response.type('application/xml')response.send(xmlContent)
In ExpressJs Simply add the content-type and send a valid XML document as the xmlContent
response.type('application/xml')response.send(xmlContent)