Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Import and read xml file

(0) ShareShare
ReportReport
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
    8,816 Moderator 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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,017 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans