cancel
Showing results for 
Search instead for 
Did you mean: 

loading xml file to javascript

Former Member
0 Kudos

hi,

i want to load xml file from javascript and to get the tree structure dynamically..

xml file is:

<?xml version="1.0"?>

<personal>Personal Details

<name>Premshree Pillai</name>

<sex>male</sex>

<websites>Websites

<ws1>http://www.qiksearch.com</ws1>

<ws2>http://premshree.resource-locator.com</ws2>

</websites>

</personal>

pls send me steps to get the tree structure

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hello,

what's about Google: "javascript tree structure xml"?

Regards

Gregor

Former Member
0 Kudos

hi,

In google i am gettting only static tree...

i want dynamic tree structure , where nodes are coming from xml file

dynamically