XMLPorts and Double/Single Quotes

bbariteaubbariteau Member Posts: 2
I've created an XMLPort for exporting shipment information. The problem that I'm having is that the attributes for all elements are coming out in
double quotes (attribute = "some text")
instead of single quotes (attribute = 'some text').

My customer insists that his system must have single quotes around attributes. Is there any way that Navision can put single quotes around the attributes instead of double quotes?

I know I can parse the XML file before sending but I want to avoid this.

Thanks,
Bill

Comments

Sign In or Register to comment.