Hi I need to create xml from data in form to send it to webservice. The problem is that .append() is case insensitive, so .append(\'\')
.append()
.append(\'\')
Try using $.parseXML() to create the XML element:
yourObject.append($.parseXML("").documentElement);