Hi, everyone
I created a form to export data to XML file
But when I export I receive this Error
Can someone tell what's the problem?
Thanks for replying
You can refer the below link
learn.microsoft.com/.../export-function--xmlport-
CustXmlFile.CREATE('C:\XmlData\Customer.xml');
CustXmlFile.CREATEOUTSTREAM(XmlStream);
XMLPORT.EXPORT(50002, XmlStream);
CustXmlFile.CLOSE;
It looks like you have white spaces in elements names, which is not allowed in XML. Try removing it first.
Hope this helps.
Thanks.
ZHU
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156