Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 143529

Load XML files in AL programming

$
0
0

Hello,

Anyone help me, how can i load the xml file in AL programming. Code in CAL is like below.

procedure ReadXMLFile(FileName: Text)
variables 
XMLDOMManagement: Codeunit "XML DOM Management";
PackageXML: DotNet XmlDocument;
Begin
XMLDOMManagement.LoadXMLDocumentFromFile(FileName,PackageXML);
END;

I have tried the XmlDocument.ReadFrom but it is only useful when i have the xml in text variable.

Thanks,


Viewing all articles
Browse latest Browse all 143529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>