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 CRM (Archived)

How to read Xml Config file in javascript

(0) ShareShare
ReportReport
Posted on by 2,003

Hi,

I have a XML config file like

<?xml version="1.0"?>
<configuration>
<appSettings>

<!-- Key for Partner Source URL-->
<add key="Partner site URL " value="http://www.google.com" encrypted="false"/>

</appSettings>
</configuration>

Now i need this key value in my java script function. I have tried this 

function RetrieveUrl()
{
debugger;
var xmlPath = "../WebResources/zon_/Data/config.xml";
var nodePath = "//configuration";
var doc = new ActiveXObject("Microsoft.XMLDOM");
doc.preserveWhiteSpace = true;
doc.async = false;
doc.load(xmlPath);

var s=doc.getElementsByTagName("Partner_site_URL");

}

I have got the xml in Load method but i am not able to fetch the Key value.

Thanks

Abhishek

*This post is locked for comments

I have the same question (0)
  • Aileen Gusni Profile Picture
    44,524 on at

    Hi Abhishek

    Have you tried this

    [View:https://rajeevpentyala.wordpress.com/2013/04/25/read-and-parse-xml-web-resource-using-jscript-crm-2011/]

    THanks

  • ESSOUFY Profile Picture
    40 on at

    Hi Abhishek

    Why not use JSON object instead of xml file

    and you can use a simple JS Framework to parse JSON like http://underscorejs.org/

    Thinks

    Youssef

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 CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans