0

Possible Duplicate:
How to read data from xml file and display it over the text box in delphi language

I am new to delphi ,and here i have an xml file called test.xml that looks like this

<data>
<vehicle>
    <type>Car</type>
    <model>2005</model>
    <number>1568</number>
</vehicle>
<vehicle>
    <type>Car</type>
    <model>2009</model>
    <number>1598</number>
</vehicle>
</data>

Here i want to display all the data in delphi while loading the form.Please help me by giving the complete code.Thanks in advance.

Community
  • 1
  • 1
Abdul Salam
  • 141
  • 1
  • 2
  • 7
  • 2
    check this question [How to read data from xml file and display it over the text box in delphi language](http://stackoverflow.com/questions/8090582/how-to-read-data-from-xml-file-and-display-it-over-the-text-box-in-delphi-langua) , even has the same sample data of your question. – RRUZ Dec 27 '11 at 14:10

1 Answers1

0

check this out n see if it helps

Swissdelphi center

About.com

or try this also stack overflow Delphi XML traversing

Community
  • 1
  • 1
PresleyDias
  • 3,657
  • 6
  • 36
  • 62