web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Linq to XML in Axapta / X++ / Dynamics Ax

(0) ShareShare
ReportReport
Posted on by 120

Hi there,

I would like to use "Linq to XML"  to create my XML. Could someone assist me how to use this in X ?

When i try to create xml,  X++  does not takes Implicit conversion of XName (.NET implicitly takes XName as String) parameter inside XElement class.

Syntax Error : 

Here is my  simple job which expects the output as <contacts /> tag

server static  void linq2xml()

{

System.Xml.Linq.XElement xRoot;
System.Xml.Linq.XName x1 = null;

;

x1 = "Contacts"

xRoot =     new System.Xml.Linq.XElement(x1); 

                print xRoot;

                pause;

}

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    ac604207e7bf49ecb72cb695c8b5bdb5 Profile Picture
    250 on at

    The following worked for me:

       System.Xml.Linq.XElement xRoot;

       System.Xml.Linq.XName x1 = System.Xml.Linq.XName::Get("contacts");

       ;

       xRoot = new System.Xml.Linq.XElement(x1);

       print xRoot.ToString();

       pause;

  • Bruno Mulinari Profile Picture
    20 on at

    I can't find "Linq" inside "System.Xml".

    Any idea?

  • ac604207e7bf49ecb72cb695c8b5bdb5 Profile Picture
    250 on at

    You have to add System.Xml.Linq in the AOT as a reference.  Then you will see it.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans