Announcements
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
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
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;
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 548 Super User 2026 Season 2
YUN ZHU 417 Super User 2026 Season 2
Grigorios Mavrogeorgis 377 Super User 2026 Season 2