March 9, 200718 yr Hi all, I am exporting FMI data in xml-result format, but I run into this snag. The result format is xml as well I have for instance the colom "debtornr" (containing DEB1" which I have to transform in xml to I have been trying something like <Account code="" status="A" type="C"> This gets accepted but results in the escaping code of <(the 'lt' thing) something I don't want. or trying to escape with : < which gets rejected. Any ideas or better ways of doing this ?
Create an account or sign in to comment