Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

Import and read xml file

Posted on by 40

Dear Professionals,

I'm a beginner in ax, mind to guide me on how to import XML file and their content and project them to my tables and forms

0333.a.png

so this is basically the data that needs to be extracted (highlighted) and i might these 

  • XmlDocument,

            xmlDocument.load(filename), to load the file

  •  XmlNodeList

              xmlNodeList = xmlDocument.documentElement().selectNodes(xml node path);

              xml node path, eg: MESSAGE/HEAD/MessageID

  • to get number of child

              xmlLineNodeList.item(0).childNodes().length();

  • XmlNode, to get child node

            XmlNode = xmlLineNodeList.item(0).childNodes().item(node_i);

is there any links that has complete explaination as above?

  • Suggested answer
    ergun sahin Profile Picture
    ergun sahin 8,812 Super User 2024 Season 1 on at
    RE: Import and read xml file

    I don't think there is a separate documentation for X++, but there is no significant difference. You can learn the concepts from the link below.

    docs.microsoft.com/.../system.xml.xmldocument

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.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans