Can anyone help me on writing this line on xml file?
<userfield id="sociedad" datatype="string">SS</userfield>
I've tried something like this:
Debtor.Attributes['datatype'] := 'string';
Debtor.Attributes['userfield id'] := 'sociedad';
But when I execute the program I have an error on attribute 'userfield id'.