/    Sign up×
Community /Pin to ProfileBookmark

How to retrieve data from XML file?

Hello every body!
I am working with an XML file. i want to retrieve data from a XML tag. Please help me!!!
for example, i have the xml file:
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
<Notes>
<content>
<strong>hello</strong>
<p> every body!</p>
<br/>
</content>
</Notes>

I want to get the data of tag content:
<strong>hello</strong>
<p> every body!</p>
<br/>
How can i do this?
Thanks!

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@A1ien51Apr 22.2008 — You can use the XMLHttpRequest Object (Ajax) with responseXML

Eric
Copy linkTweet thisAlerts:
@creativeman1806authorApr 22.2008 — yeah! i am using Ajax with ResponseXML method to retrieve data from xml .

responseXml = xmlhttp.responseXML;

xmlDoc = responseXml.documentElement;

to retrieve the data from tag <content> i use getElementsByTagName("content"). but it return the data of the first node.

I want to receive all the data inside tag <Content>

for example:

<content><strong>Hello Eric</trong><li><ol>Hey!</ol></li></content>

How can i get <strong>Hello Eric</trong><li><ol>Hey!</ol></li> using javascript?

thanks!
×

Success!

Help @creativeman1806 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...