Plz help me with the confusion of tree node and xml

H

happy.john1234

Hi, i am a new bie in programming.I am currently doing a project
that displays certain hierarchial set of data in tree view.I currently
implemented this tree view to be displayed in xml file which is one
of my requirement too.But, the point that i am confused is with
further processing.I have to move accross tree node to recover various
information related with each node like searching node replacing node
and extracting particular information from each node .For this purpose
plz suggest me will it be better to add searching and so on like
features by using xml or using tree node. Which one will be fast ?Will
i be adding unnecessary complexity by using xml for the purpose.I am
giving preference to efficiency.Thanks in advance.
 
B

Breno P. Lucena

Hi, i am a new bie in programming.I am  currently doing a project
that displays certain hierarchial set of data in tree view.I currently
implemented this tree view to be displayed in xml file  which is one
of my requirement too.But, the point that i am confused is with
further processing.I have to move accross tree node to recover various
information related with each node like searching node replacing node
and extracting particular information from each node .For this purpose
plz suggest me  will it be better to add searching and so on like
features by using xml or using tree node. Which one will be fast ?Will
i be adding unnecessary complexity by using xml for the purpose.I am
giving preference to efficiency.Thanks in advance.

Hi John,

You´ll need to manipulate the XML file instead of the treeview
component.
About the application´s performance, It will be faster using DOM over
XML... You´ll see.

Try to find more information about DOM and XML Manipulating, probably
it will be the point you need to solve your problem.

[]´s Breno.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top